diff --git a/.github/workflows/benchmark-profile.yml b/.github/workflows/benchmark-profile.yml index 9e21bb3..eb09540 100644 --- a/.github/workflows/benchmark-profile.yml +++ b/.github/workflows/benchmark-profile.yml @@ -151,7 +151,7 @@ jobs: - name: Comment PR with results if: github.event_name == 'pull_request' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const fs = require('fs');