Skip to content

Commit a3af223

Browse files
authored
Merge pull request #5528 from uutils/renovate/actions-github-script-7.x
chore(deps): update actions/github-script action to v7
2 parents ecd9a4e + 1f40cd6 commit a3af223

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/GnuComment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
github.event.workflow_run.event == 'pull_request'
1919
steps:
2020
- name: 'Download artifact'
21-
uses: actions/github-script@v6
21+
uses: actions/github-script@v7
2222
with:
2323
script: |
2424
// List all artifacts from GnuTests
@@ -43,7 +43,7 @@ jobs:
4343
- run: unzip comment.zip
4444

4545
- name: 'Comment on PR'
46-
uses: actions/github-script@v6
46+
uses: actions/github-script@v7
4747
with:
4848
github-token: ${{ secrets.GITHUB_TOKEN }}
4949
script: |

0 commit comments

Comments
 (0)