Skip to content

Commit 0ec247f

Browse files
authored
Merge pull request #8554 from uutils/renovate/actions-github-script-8.x
chore(deps): update actions/github-script action to v8
2 parents 0eb08ef + 48afe94 commit 0ec247f

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
@@ -20,7 +20,7 @@ jobs:
2020
github.event.workflow_run.event == 'pull_request'
2121
steps:
2222
- name: 'Download artifact'
23-
uses: actions/github-script@v7
23+
uses: actions/github-script@v8
2424
with:
2525
script: |
2626
// List all artifacts from GnuTests
@@ -45,7 +45,7 @@ jobs:
4545
- run: unzip comment.zip
4646

4747
- name: 'Comment on PR'
48-
uses: actions/github-script@v7
48+
uses: actions/github-script@v8
4949
with:
5050
github-token: ${{ secrets.GITHUB_TOKEN }}
5151
script: |

0 commit comments

Comments
 (0)