Skip to content

Commit b3b4905

Browse files
ci(deps): bump actions/github-script from 8 to 9
Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 62fce25 commit b3b4905

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/benchmark-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
137137
- name: Post results to PR
138138
if: github.event_name == 'workflow_dispatch' && github.event.inputs.post_comment == 'true' && github.event.inputs.pr_number
139-
uses: actions/github-script@v8
139+
uses: actions/github-script@v9
140140
with:
141141
script: |
142142
const fs = require('fs');

.github/workflows/benchmark-on-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
echo "EOF" >> $GITHUB_OUTPUT
9797
9898
- name: Post benchmark results to PR
99-
uses: actions/github-script@v8
99+
uses: actions/github-script@v9
100100
with:
101101
script: |
102102
const fs = require('fs');

.github/workflows/benchmark-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Fetch PR details for comment trigger
4848
if: github.event_name == 'issue_comment'
49-
uses: actions/github-script@v8
49+
uses: actions/github-script@v9
5050
id: pr_details
5151
with:
5252
script: |

0 commit comments

Comments
 (0)