diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69b34dd..7d2dd18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -132,7 +132,7 @@ jobs: echo "version=$BASELINE" >> "$GITHUB_OUTPUT" - name: Compute suggestion, manage comment - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const classification = "${{ steps.classify.outputs.class }}";