1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

Merge pull request #4021 from uutils/dependabot/github_actions/actions/github-script-6.3.1

build(deps): bump actions/github-script from 3.1.0 to 6.3.1
This commit is contained in:
Sylvestre Ledru 2022-10-10 14:01:15 +02:00 committed by GitHub
commit 91bb69fe6c
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: |