Skip to content

Commit 96056e9

Browse files
committed
Update cloudposse/actions action to v0.29.0
1 parent a219257 commit 96056e9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.29.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
@@ -42,7 +42,7 @@ jobs:
4242
4343
# Add reaction to the original comment
4444
- name: Add reaction to the original comment
45-
uses: cloudposse/actions/github/create-or-update-comment@0.28.0
45+
uses: cloudposse/actions/github/create-or-update-comment@0.29.0
4646
with:
4747
token: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}
4848
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
@@ -40,7 +40,7 @@ jobs:
4040
4141
# Add reaction to the original comment
4242
- name: Add reaction to the original comment
43-
uses: cloudposse/actions/github/create-or-update-comment@0.28.0
43+
uses: cloudposse/actions/github/create-or-update-comment@0.29.0
4444
with:
4545
token: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}
4646
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}

.github/workflows/test-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
if: github.event.client_payload.github.payload.comment.id != ''
6060
steps:
6161
- name: "Add reaction 👍👎️"
62-
uses: cloudposse/actions/github/create-or-update-comment@0.28.0
62+
uses: cloudposse/actions/github/create-or-update-comment@0.29.0
6363
with:
6464
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
6565
comment-id: ${{ github.event.client_payload.github.payload.comment.id }}

0 commit comments

Comments
 (0)