From ccc9c36d9de75950e54e1813d42fa2ddcbaf4546 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 16:38:31 +0300 Subject: [PATCH] chore(deps): update peter-evans/create-or-update-comment action to v4 (#51) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/terraform.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index a84e05a7..d058fe7a 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -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 }} @@ -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 }}