Skip to content

Commit 1f4d14b

Browse files
authored
Merge pull request #1338 from Open-Source-Legal/dependabot/github_actions/actions/github-script-9
Bump actions/github-script from 7 to 9
2 parents b6a2590 + c159001 commit 1f4d14b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codecov-notify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- name: Wait for all coverage workflows
3434
id: check
35-
uses: actions/github-script@v7
35+
uses: actions/github-script@v9
3636
with:
3737
script: |
3838
const sha = context.payload.workflow_run.head_sha;

0 commit comments

Comments
 (0)