diff --git a/.github/workflows/performance-benchmark.yml b/.github/workflows/performance-benchmark.yml index 366527e..3d0c49a 100644 --- a/.github/workflows/performance-benchmark.yml +++ b/.github/workflows/performance-benchmark.yml @@ -837,7 +837,7 @@ jobs: - name: Comment benchmark summary on commit (if PR) if: always() && github.event_name == 'pull_request' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const fs = require('fs');