Skip to content

Commit

Permalink
chore(deps): update peter-evans/create-or-update-comment action to v4 (
Browse files Browse the repository at this point in the history
…#51)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent aefe67a commit ccc9c36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

- name: Add comment
if: steps.comment.outputs.comment-id == null && (inputs.command == 'create' || inputs.command == 'reset')
uses: peter-evans/create-or-update-comment@v3
uses: peter-evans/create-or-update-comment@v4
with:
comment-id: "${{ steps.comment.outputs.comment-id }}"
token: ${{ secrets.PAT }}
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:

- name: Update comment
if: inputs.command == 'create' || inputs.command == 'reset'
uses: peter-evans/create-or-update-comment@v3
uses: peter-evans/create-or-update-comment@v4
with:
comment-id: "${{ steps.comment-update.outputs.comment-id }}"
token: ${{ secrets.PAT }}
Expand Down

0 comments on commit ccc9c36

Please sign in to comment.