mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Merge pull request #4025 from uutils/revert-4021-dependabot/github_actions/actions/github-script-6.3.1
Revert "build(deps): bump actions/github-script from 3.1.0 to 6.3.1"
This commit is contained in:
@@ -13,7 +13,7 @@ jobs:
|
||||
github.event.workflow_run.event == 'pull_request'
|
||||
steps:
|
||||
- name: 'Download artifact'
|
||||
uses: actions/github-script@v6.3.1
|
||||
uses: actions/github-script@v3.1.0
|
||||
with:
|
||||
script: |
|
||||
// List all artifacts from GnuTests
|
||||
@@ -38,7 +38,7 @@ jobs:
|
||||
- run: unzip comment.zip
|
||||
|
||||
- name: 'Comment on PR'
|
||||
uses: actions/github-script@v6.3.1
|
||||
uses: actions/github-script@v3
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
script: |
|
||||
|
||||
Reference in New Issue
Block a user