From 2bbeaf7cecf77329b126e5ab457d0c2b257b7d64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 21:08:02 +0000 Subject: [PATCH] chore(deps): update cloudposse/actions action to v0.33.0 --- .github/workflows/branch-cleanup.yml | 2 +- .github/workflows/rebuild-readme-command.yml | 2 +- .github/workflows/terraform-fmt-command.yml | 2 +- .github/workflows/test-command.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/branch-cleanup.yml b/.github/workflows/branch-cleanup.yml index f16d92b6..70615c0a 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.33.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..1a81eed1 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.33.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..e7e419cf 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.33.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..c18100a7 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.33.0 with: repository: ${{ github.event.client_payload.github.payload.repository.full_name }} comment-id: ${{ github.event.client_payload.github.payload.comment.id }}