1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 03:57:44 +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:
dependabot[bot] 2022-10-10 06:39:44 +00:00 committed by GitHub
parent ad0ca2f042
commit 0c2646ad52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ jobs:
github.event.workflow_run.event == 'pull_request'
steps:
- name: 'Download artifact'
uses: actions/github-script@v3.1.0
uses: actions/github-script@v6.3.1
with:
script: |
// List all artifacts from GnuTests
@ -38,7 +38,7 @@ jobs:
- run: unzip comment.zip
- name: 'Comment on PR'
uses: actions/github-script@v3
uses: actions/github-script@v6.3.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |