Skip to content

Commit feabc9e

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/github_actions/actions/github-script-8'
2 parents cc122bd + 2119e7f commit feabc9e

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)