Skip to content

Commit

Permalink
chore(deps): update cloudposse/actions action to v0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 13, 2024
1 parent 137607a commit 37911ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.33.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 @@ -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 }}
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 @@ -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 }}
Expand Down

0 comments on commit 37911ba

Please sign in to comment.