diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index 5c93920c1..4d69de0ee 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -64,7 +64,7 @@ jobs: continue-on-error: true - name: Post review as PR comment - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | diff --git a/.github/workflows/track_pr_benchmarks.yml b/.github/workflows/track_pr_benchmarks.yml index 5e0eb9d6d..339354073 100644 --- a/.github/workflows/track_pr_benchmarks.yml +++ b/.github/workflows/track_pr_benchmarks.yml @@ -37,7 +37,7 @@ jobs: docker push registry.bencher.dev/bencher:${{ github.event.workflow_run.head_sha }} - name: Read PR Event Data if: steps.download_bench.outcome == 'success' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const fs = require('fs');