Skip to content

Commit

Permalink
chore(deps): update cloudposse/actions action to v0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 24, 2021
1 parent 77043a3 commit d6500e7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branch-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/rebuild-readme-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform-fmt-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit d6500e7

Please sign in to comment.