Skip to content

Commit d32f9ec

Browse files
Update actions/github-script action to v8 (#65)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 828b4c3 commit d32f9ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/stress-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: ./ci/run-stress-tests.sh > stress_results.md
2222

2323
- name: Comment PR with stress test results
24-
uses: actions/github-script@v7
24+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
2525
with:
2626
script: |
2727
const fs = require('fs');

0 commit comments

Comments
 (0)