Skip to content

Commit

Permalink
Update cloudposse/github-action-deploy-helmfile action to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2024
1 parent 80e333e commit c241a11
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 @@ -97,7 +97,7 @@ jobs:
role-skip-session-tagging: true

- name: Deploy
uses: cloudposse/github-action-deploy-helmfile@0.6.0
uses: cloudposse/github-action-deploy-helmfile@v0.8.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 @@ -157,7 +157,7 @@ jobs:
role-skip-session-tagging: true

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

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

0 comments on commit c241a11

Please sign in to comment.