Skip to content

Commit a43fb5d

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 98549b2 commit a43fb5d

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
@@ -36,7 +36,7 @@ jobs:
3636
name: ${{ env.PR_EVENT }}
3737
run_id: ${{ github.event.workflow_run.id }}
3838
- name: Read PR Event Data
39-
uses: actions/github-script@v7
39+
uses: actions/github-script@v8
4040
with:
4141
script: |
4242
const fs = require('fs');

0 commit comments

Comments
 (0)