Skip to content

Commit bb011f3

Browse files
Bump actions/github-script from 7 to 8
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 61bbb86 commit bb011f3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/claude-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
continue-on-error: true
6565

6666
- name: Post review as PR comment
67-
uses: actions/github-script@v7
67+
uses: actions/github-script@v8
6868
with:
6969
github-token: ${{ secrets.GITHUB_TOKEN }}
7070
script: |

.github/workflows/track_pr_benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
docker push registry.bencher.dev/bencher:${{ github.event.workflow_run.head_sha }}
3838
- name: Read PR Event Data
3939
if: steps.download_bench.outcome == 'success'
40-
uses: actions/github-script@v7
40+
uses: actions/github-script@v8
4141
with:
4242
script: |
4343
const fs = require('fs');

0 commit comments

Comments
 (0)