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 }}