diff --git a/.github/workflows/branch-cleanup.yml b/.github/workflows/branch-cleanup.yml index f16d92b6..12ea32fd 100644 --- a/.github/workflows/branch-cleanup.yml +++ b/.github/workflows/branch-cleanup.yml @@ -8,7 +8,7 @@ jobs: name: Auto delete branch on merge runs-on: ubuntu-latest steps: - - uses: cloudposse/actions/github/branch-cleanup@0.28.0 + - uses: cloudposse/actions/github/branch-cleanup@0.32.0 env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" NO_BRANCH_DELETED_EXIT_CODE: 0 diff --git a/.github/workflows/rebuild-readme-command.yml b/.github/workflows/rebuild-readme-command.yml index 20198d0a..742a8fd1 100644 --- a/.github/workflows/rebuild-readme-command.yml +++ b/.github/workflows/rebuild-readme-command.yml @@ -42,7 +42,7 @@ jobs: # Add reaction to the original comment - name: Add reaction to the original comment - uses: cloudposse/actions/github/create-or-update-comment@0.28.0 + uses: cloudposse/actions/github/create-or-update-comment@0.32.0 with: token: ${{ secrets.REPO_ACCESS_TOKEN }} repository: ${{ github.event.client_payload.github.payload.repository.full_name }} diff --git a/.github/workflows/terraform-fmt-command.yml b/.github/workflows/terraform-fmt-command.yml index a9cc89af..c0f454f5 100644 --- a/.github/workflows/terraform-fmt-command.yml +++ b/.github/workflows/terraform-fmt-command.yml @@ -40,7 +40,7 @@ jobs: # Add reaction to the original comment - name: Add reaction to the original comment - uses: cloudposse/actions/github/create-or-update-comment@0.28.0 + uses: cloudposse/actions/github/create-or-update-comment@0.32.0 with: token: ${{ secrets.REPO_ACCESS_TOKEN }} repository: ${{ github.event.client_payload.github.payload.repository.full_name }} diff --git a/.github/workflows/test-command.yml b/.github/workflows/test-command.yml index a1d2d709..92cc59e3 100644 --- a/.github/workflows/test-command.yml +++ b/.github/workflows/test-command.yml @@ -59,7 +59,7 @@ jobs: if: github.event.client_payload.github.payload.comment.id != '' steps: - name: "Add reaction 👍👎️" - uses: cloudposse/actions/github/create-or-update-comment@0.28.0 + uses: cloudposse/actions/github/create-or-update-comment@0.32.0 with: repository: ${{ github.event.client_payload.github.payload.repository.full_name }} comment-id: ${{ github.event.client_payload.github.payload.comment.id }}