diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 11e3a60..bc52ae0 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -94,7 +94,7 @@ jobs: # Step 10: Post results as PR comment - name: Comment PR with benchmark results if: ${{ github.actor != 'dependabot[bot]' }} - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |