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