Skip to content

Commit f3489ff

Browse files
chore(deps): update actions/github-script action to v7.1.0
1 parent 52898f7 commit f3489ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cleanup-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout repo
1919
uses: actions/checkout@v4
2020
- name: add label
21-
uses: actions/github-script@v7.0.1
21+
uses: actions/github-script@v7.1.0
2222
with:
2323
script: |
2424
const script = (await import('${{ github.workspace }}/.github/workflows/cleanup-checks.mjs')).setup({context,core,github,exec,glob,io})

0 commit comments

Comments
 (0)