diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index db03287..4fd9ce9 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -86,7 +86,7 @@ jobs: - name: Comment PR if: always() - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const fs = require('fs');