Skip to content

Commit 1bec031

Browse files
chore(deps): update cloudposse/actions action to v0.33.0
1 parent d0d01a9 commit 1bec031

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/branch-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Auto delete branch on merge
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: cloudposse/actions/github/branch-cleanup@0.28.0
11+
- uses: cloudposse/actions/github/branch-cleanup@0.33.0
1212
env:
1313
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
1414
NO_BRANCH_DELETED_EXIT_CODE: 0

.github/workflows/rebuild-readme-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
4444
# Add reaction to the original comment
4545
- name: Add reaction to the original comment
46-
uses: cloudposse/actions/github/create-or-update-comment@0.28.0
46+
uses: cloudposse/actions/github/create-or-update-comment@0.33.0
4747
with:
4848
token: ${{ secrets.REPO_ACCESS_TOKEN }}
4949
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}

.github/workflows/terraform-fmt-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
# Add reaction to the original comment
4343
- name: Add reaction to the original comment
44-
uses: cloudposse/actions/github/create-or-update-comment@0.28.0
44+
uses: cloudposse/actions/github/create-or-update-comment@0.33.0
4545
with:
4646
token: ${{ secrets.REPO_ACCESS_TOKEN }}
4747
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}

0 commit comments

Comments
 (0)