Skip to content

Commit 3a70cf7

Browse files
authored
Update test.yml
1 parent 0056017 commit 3a70cf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
runs-on: ${{ matrix.os }}
2727
steps:
2828
- uses: GitHubSecurityLab/actions-permissions/monitor@main
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030

3131
# test github-script CA
3232
- name: github-script
33-
uses: actions/github-script@v6
33+
uses: actions/github-script@v7
3434
with:
3535
script: |
3636
const { data } = await github.rest.issues.listLabelsOnIssue({

0 commit comments

Comments
 (0)