Skip to content

Commit

Permalink
chore(deps): update thollander/actions-comment-pull-request action to…
Browse files Browse the repository at this point in the history
… v1.6.0
  • Loading branch information
renovate[bot] authored and ferferga committed Nov 29, 2022
1 parent 3aaa891 commit 05a2126
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

steps:
- name: Create comment
uses: thollander/actions-comment-pull-request@v1.5.0
uses: thollander/actions-comment-pull-request@v1.6.0
with:
GITHUB_TOKEN: ${{ secrets.JF_BOT_TOKEN }}
message: ${{ needs.compose-comment.outputs.msg }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:

steps:
- name: Update job summary in PR comment
uses: thollander/actions-comment-pull-request@v1.5.0
uses: thollander/actions-comment-pull-request@v1.6.0
with:
GITHUB_TOKEN: ${{ secrets.JF_BOT_TOKEN }}
message: ${{ needs.compose-comment.outputs.msg }}
Expand Down

0 comments on commit 05a2126

Please sign in to comment.