Skip to content

Commit 0a8eb5f

Browse files
Update actions/github-script action to v8 (#336)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 337292d commit 0a8eb5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: marocchino/sticky-pull-request-comment@v2
1919
with:
2020
path: results.txt
21-
- uses: actions/github-script@v7
21+
- uses: actions/github-script@v8
2222
with:
2323
script: |
2424
const fs = require('fs');

0 commit comments

Comments
 (0)