diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index e3e9047..c71ef81 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -177,7 +177,7 @@ jobs: - name: Comment on PR (if applicable) if: github.event_name == 'pull_request' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const fs = require('fs');