Skip to content

Commit

Permalink
Update cloudposse/github-action-deploy-helmfile action to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 9, 2023
1 parent a5cb9cc commit fc7f215
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-helmfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
role-skip-session-tagging: true

- name: Deploy
uses: cloudposse/github-action-deploy-helmfile@0.3.0
uses: cloudposse/github-action-deploy-helmfile@0.5.0
id: deploy
with:
aws-region: ${{ steps.environment.outputs.region }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cd-preview-helmfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
role-skip-session-tagging: true

- name: Deploy
uses: cloudposse/github-action-deploy-helmfile@0.3.0
uses: cloudposse/github-action-deploy-helmfile@0.5.0
id: deploy
with:
aws-region: ${{ steps.environment.outputs.region }}
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
role-skip-session-tagging: true

- name: Destroy
uses: cloudposse/github-action-deploy-helmfile@0.3.0
uses: cloudposse/github-action-deploy-helmfile@0.5.0
if: ${{ steps.deployment.outputs.id != '' }}
id: deploy
with:
Expand Down

0 comments on commit fc7f215

Please sign in to comment.