Skip to content

Commit

Permalink
Merge pull request #5528 from uutils/renovate/actions-github-script-7.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/github-script action to v7
  • Loading branch information
cakebaker authored Nov 14, 2023
2 parents ecd9a4e + 1f40cd6 commit a3af223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/GnuComment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
github.event.workflow_run.event == 'pull_request'
steps:
- name: 'Download artifact'
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
// List all artifacts from GnuTests
Expand All @@ -43,7 +43,7 @@ jobs:
- run: unzip comment.zip

- name: 'Comment on PR'
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down

0 comments on commit a3af223

Please sign in to comment.