Skip to content

Commit e71d232

Browse files
Update cloudposse/github-action-deploy-argocd action to v0.13.0
1 parent 80e333e commit e71d232

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
@@ -119,7 +119,7 @@ jobs:
119119
role-skip-session-tagging: true
120120

121121
- name: Deploy
122-
uses: cloudposse/github-action-deploy-argocd@0.8.1
122+
uses: cloudposse/github-action-deploy-argocd@v0.13.0
123123
id: deploy
124124
with:
125125
toolchain: ${{ inputs.toolchain }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
role-skip-session-tagging: true
180180

181181
- name: Deploy
182-
uses: cloudposse/github-action-deploy-argocd@0.8.1
182+
uses: cloudposse/github-action-deploy-argocd@v0.13.0
183183
id: deploy
184184
with:
185185
toolchain: ${{ inputs.toolchain }}
@@ -246,7 +246,7 @@ jobs:
246246
role-skip-session-tagging: true
247247

248248
- name: Destroy
249-
uses: cloudposse/github-action-deploy-argocd@0.8.1
249+
uses: cloudposse/github-action-deploy-argocd@v0.13.0
250250
if: ${{ steps.deployment.outputs.id != '' }}
251251
id: deploy
252252
with:

0 commit comments

Comments
 (0)