Skip to content

Commit 91fca84

Browse files
[skip-release] Update actions/github-script action to v9
1 parent cd88f16 commit 91fca84

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@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
24+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
2525
with:
2626
script: |
2727
const fs = require('fs');

0 commit comments

Comments
 (0)