Skip to content

Commit 26d4b36

Browse files
chore(deps): update actions/github-script action to v9
1 parent e45bbfb commit 26d4b36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cleanup-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
persist-credentials: false
2828
- name: add label
29-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
29+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
3030
with:
3131
script: |
3232
const script = (await import('${{ github.workspace }}/.github/workflows/cleanup-checks.mjs')).setup({context,core,github,exec,glob,io})

0 commit comments

Comments
 (0)