Skip to content

Commit c374548

Browse files
renovate[bot]Alonely0
authored andcommitted
chore(deps): update actions/github-script action to v9
1 parent 8d80ab8 commit c374548

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/GnuComment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
github.event.workflow_run.event == 'pull_request'
2222
steps:
2323
- name: 'Download artifact'
24-
uses: actions/github-script@v7
24+
uses: actions/github-script@v9
2525
with:
2626
script: |
2727
// List all artifacts from GnuTests
@@ -52,7 +52,7 @@ jobs:
5252
- run: unzip comment.zip || echo "Failed to unzip comment artifact"
5353

5454
- name: 'Comment on PR'
55-
uses: actions/github-script@v7
55+
uses: actions/github-script@v9
5656
with:
5757
github-token: ${{ secrets.GITHUB_TOKEN }}
5858
script: |

0 commit comments

Comments
 (0)