Skip to content

Commit a53e1cb

Browse files
chore(deps): update actions/github-script action to v9
1 parent 189d166 commit a53e1cb

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
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
persist-credentials: false
2727
- name: add label
28-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
28+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
2929
with:
3030
script: |
3131
const script = (await import('${{ github.workspace }}/.github/workflows/cleanup-checks.mjs')).setup({context,core,github,exec,glob,io})

0 commit comments

Comments
 (0)