Skip to content

Commit

Permalink
chore(deps): update actions/github-script action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and abose committed Jul 2, 2022
1 parent fb20c1e commit 70eae60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/comment_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
echo "GH context:"
echo "$GITHUB_CONTEXT"
- name: 'Download artifact'
uses: actions/github-script@v3.1.0
uses: actions/github-script@v6.1.0
with:
script: |
var artifacts = await github.actions.listWorkflowRunArtifacts({
Expand All @@ -51,7 +51,7 @@ jobs:
cat ./comment
- name: 'Comment on Current Pull Request'
uses: actions/github-script@v3
uses: actions/github-script@v6
with:
github-token: ${{ secrets.COMMENT_BOT_TOKEN }}
script: |
Expand Down

0 comments on commit 70eae60

Please sign in to comment.