Skip to content

Commit cc74b59

Browse files
chore(deps): update actions/github-script action to v8
1 parent d69b5a2 commit cc74b59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/verify-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Update PR Comment (Running)
3434
if: github.event_name == 'pull_request'
35-
uses: actions/github-script@v7
35+
uses: actions/github-script@v8
3636
with:
3737
script: |
3838
const { owner, repo } = context.repo;
@@ -88,7 +88,7 @@ jobs:
8888

8989
- name: Update PR Comment (Final Status)
9090
if: github.event_name == 'pull_request'
91-
uses: actions/github-script@v7
91+
uses: actions/github-script@v8
9292
with:
9393
script: |
9494
const { owner, repo } = context.repo;

0 commit comments

Comments
 (0)