mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
Merge pull request #5528 from uutils/renovate/actions-github-script-7.x
chore(deps): update actions/github-script action to v7
This commit is contained in:
commit
a3af2230a6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/GnuComment.yml
vendored
4
.github/workflows/GnuComment.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
github.event.workflow_run.event == 'pull_request'
|
github.event.workflow_run.event == 'pull_request'
|
||||||
steps:
|
steps:
|
||||||
- name: 'Download artifact'
|
- name: 'Download artifact'
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v7
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
// List all artifacts from GnuTests
|
// List all artifacts from GnuTests
|
||||||
|
@ -43,7 +43,7 @@ jobs:
|
||||||
- run: unzip comment.zip
|
- run: unzip comment.zip
|
||||||
|
|
||||||
- name: 'Comment on PR'
|
- name: 'Comment on PR'
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v7
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
script: |
|
script: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue