From 1bec031cf9ab5bf7de67a79e9f28ada908d2fefc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 19:37:19 +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 +- 3 files changed, 3 insertions(+), 3 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 9bcd769a..ca1378f4 100644 --- a/.github/workflows/rebuild-readme-command.yml +++ b/.github/workflows/rebuild-readme-command.yml @@ -43,7 +43,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 094c1673..7e35e884 100644 --- a/.github/workflows/terraform-fmt-command.yml +++ b/.github/workflows/terraform-fmt-command.yml @@ -41,7 +41,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 }}