Skip to content

Commit 44052c4

Browse files
authored
Update actions/github-script to v8 (#15757)
Update actions/github-script to v8 as per [this](https://github.com/actions/github-script?tab=readme-ov-file#examples) changelog: none
2 parents 50d19cf + d63a7cc commit 44052c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lintcheck_summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
github-token: ${{ github.token }}
3636

3737
- name: Format comment
38-
uses: actions/github-script@v7
38+
uses: actions/github-script@v8
3939
with:
4040
script: |
4141
const fs = require("fs");

0 commit comments

Comments
 (0)