diff --git a/.github/workflows/accessready-pr-comment.yml b/.github/workflows/accessready-pr-comment.yml index 765b84b..78f3b7a 100644 --- a/.github/workflows/accessready-pr-comment.yml +++ b/.github/workflows/accessready-pr-comment.yml @@ -22,7 +22,7 @@ jobs: # Adjust the scan paths to match where your content lives. - run: npm run accessready -- scan samples --format pr-comment --out accessready-comment.md --ignore "**/generated-*" - name: Post or update PR comment - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const fs = require('fs');