chore(deps): update actions/github-script action to v9

This commit is contained in:
renovate[bot]
2026-04-10 05:14:48 +00:00
committed by Daniel Hofstetter
parent e4d27585df
commit c7990b633b
+2 -2
View File
@@ -20,7 +20,7 @@ jobs:
github.event.workflow_run.event == 'pull_request'
steps:
- name: 'Download artifact'
uses: actions/github-script@v8
uses: actions/github-script@v9
with:
script: |
// List all artifacts from GnuTests
@@ -45,7 +45,7 @@ jobs:
- run: unzip comment.zip
- name: 'Comment on PR'
uses: actions/github-script@v8
uses: actions/github-script@v9
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |