Skip to content

Commit 5ca0e5d

Browse files
Update cloudposse/github-action-deploy-helmfile action to v0.7.2
1 parent cb0bbc4 commit 5ca0e5d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cd-helmfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
role-skip-session-tagging: true
9898

9999
- name: Deploy
100-
uses: cloudposse/github-action-deploy-helmfile@0.6.0
100+
uses: cloudposse/github-action-deploy-helmfile@v0.7.2
101101
id: deploy
102102
with:
103103
aws-region: ${{ steps.environment.outputs.region }}

.github/workflows/cd-preview-helmfile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
role-skip-session-tagging: true
158158

159159
- name: Deploy
160-
uses: cloudposse/github-action-deploy-helmfile@0.6.0
160+
uses: cloudposse/github-action-deploy-helmfile@v0.7.2
161161
id: deploy
162162
with:
163163
aws-region: ${{ steps.environment.outputs.region }}
@@ -217,7 +217,7 @@ jobs:
217217
role-skip-session-tagging: true
218218

219219
- name: Destroy
220-
uses: cloudposse/github-action-deploy-helmfile@0.6.0
220+
uses: cloudposse/github-action-deploy-helmfile@v0.7.2
221221
if: ${{ steps.deployment.outputs.id != '' }}
222222
id: deploy
223223
with:

0 commit comments

Comments
 (0)