From 23baec01ffe2c0165e38adfd02fcb2fbbbcdf228 Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Mon, 13 May 2024 20:35:00 +0200 Subject: [PATCH] Use `peter-evans/create-or-update-comment@v4` for comments reactions (#158) --- .github/workflows/terratest-command.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/terratest-command.yml b/.github/workflows/terratest-command.yml index 2c7007b1..c1858911 100644 --- a/.github/workflows/terratest-command.yml +++ b/.github/workflows/terratest-command.yml @@ -14,7 +14,7 @@ jobs: if: github.event.client_payload.github.payload.comment.id != '' steps: - name: "Add reaction" - uses: cloudposse/actions/github/create-or-update-comment@0.33.0 + uses: peter-evans/create-or-update-comment@v4 with: repository: ${{ github.event.client_payload.github.payload.repository.full_name }} comment-id: ${{ github.event.client_payload.github.payload.comment.id }}