Skip to content

Commit 2119e7f

Browse files
ci(deps): bump actions/github-script from 6 to 8
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6...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 6d48fbb commit 2119e7f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
echo '```' >> benchmark_comparison.md
135135
136136
- name: Comment benchmark results
137-
uses: actions/github-script@v6
137+
uses: actions/github-script@v8
138138
with:
139139
script: |
140140
const fs = require('fs');

.github/workflows/performance-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ jobs:
305305
306306
- name: Comment PR with performance results
307307
if: github.event_name == 'pull_request'
308-
uses: actions/github-script@v7
308+
uses: actions/github-script@v8
309309
with:
310310
script: |
311311
const fs = require('fs');

.github/workflows/rollback.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ jobs:
405405
cat rollback-report.md
406406
407407
- name: Create GitHub Issue
408-
uses: actions/github-script@v7
408+
uses: actions/github-script@v8
409409
with:
410410
script: |
411411
const fs = require('fs');

0 commit comments

Comments
 (0)