From d6500e72fc654e5d2322f106c4e6bc379fa60bd9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 24 Mar 2021 16:57:37 +0000 Subject: [PATCH] chore(deps): update cloudposse/actions action to v0.30.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..9b955070 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.30.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 21e80dc6..631f993c 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.30.0 with: token: ${{ secrets.PUBLIC_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 8ee78136..1145f9f4 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.30.0 with: token: ${{ secrets.PUBLIC_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 ceb7b35e..6a5be67d 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.30.0 with: repository: ${{ github.event.client_payload.github.payload.repository.full_name }} comment-id: ${{ github.event.client_payload.github.payload.comment.id }}