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