Skip to content

Commit ef70cf5

Browse files
Update cloudposse/github-action-deploy-argocd action to v0.8.2
1 parent 3cde95a commit ef70cf5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cd-argocd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
role-skip-session-tagging: true
115115

116116
- name: Deploy
117-
uses: cloudposse/[email protected].1
117+
uses: cloudposse/[email protected].2
118118
id: deploy
119119
with:
120120
toolchain: ${{ inputs.toolchain }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
role-skip-session-tagging: true
175175

176176
- name: Deploy
177-
uses: cloudposse/[email protected].1
177+
uses: cloudposse/[email protected].2
178178
id: deploy
179179
with:
180180
toolchain: ${{ inputs.toolchain }}
@@ -241,7 +241,7 @@ jobs:
241241
role-skip-session-tagging: true
242242

243243
- name: Destroy
244-
uses: cloudposse/[email protected].1
244+
uses: cloudposse/[email protected].2
245245
if: ${{ steps.deployment.outputs.id != '' }}
246246
id: deploy
247247
with:

0 commit comments

Comments
 (0)