Skip to content

Commit 717f44a

Browse files
authored
chore(deps): update actions/github-script action to v9 (#277)
1 parent 87451ba commit 717f44a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/periodic-reporter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
issues: 'write'
2626

2727
steps:
28-
- uses: 'actions/github-script@v8'
28+
- uses: 'actions/github-script@v9'
2929
with:
3030
script: |
3131
// Label for all issues opened by reporter

.github/workflows/validate_syntax.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1717

1818
- name: Get source files
19-
uses: actions/github-script@v8
19+
uses: actions/github-script@v9
2020
id: get-files
2121
with:
2222
script: |

0 commit comments

Comments
 (0)