mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
build(deps): bump actions/github-script from 3.1.0 to 6.3.1
Bumps [actions/github-script](https://github.com/actions/github-script) from 3.1.0 to 6.3.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v3.1...v6.3.1) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
ad0ca2f042
commit
0c2646ad52
1 changed files with 2 additions and 2 deletions
4
.github/workflows/GnuComment.yml
vendored
4
.github/workflows/GnuComment.yml
vendored
|
@ -13,7 +13,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@v3.1.0
|
uses: actions/github-script@v6.3.1
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
// List all artifacts from GnuTests
|
// List all artifacts from GnuTests
|
||||||
|
@ -38,7 +38,7 @@ jobs:
|
||||||
- run: unzip comment.zip
|
- run: unzip comment.zip
|
||||||
|
|
||||||
- name: 'Comment on PR'
|
- name: 'Comment on PR'
|
||||||
uses: actions/github-script@v3
|
uses: actions/github-script@v6.3.1
|
||||||
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