Skip to content

Commit 644fb7a

Browse files
chore(deps): bump actions/github-script from 8 to 9 (#736)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1a9f20b commit 644fb7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-tool-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Create Issue if Links are Broken
3131
if: failure()
32-
uses: actions/github-script@v8
32+
uses: actions/github-script@v9
3333
with:
3434
script: |
3535
const fs = require('fs');

0 commit comments

Comments
 (0)