Skip to content

Commit

Permalink
Update cloudposse/github-action-deploy-argocd action to v0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 9, 2024
1 parent df61cc6 commit 7c2a8f1
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-argocd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
role-skip-session-tagging: true

- name: Deploy
uses: cloudposse/github-action-deploy-argocd@0.8.1
uses: cloudposse/github-action-deploy-argocd@v0.11.2
id: deploy
with:
toolchain: ${{ inputs.toolchain }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cd-preview-argocd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
role-skip-session-tagging: true

- name: Deploy
uses: cloudposse/github-action-deploy-argocd@0.8.1
uses: cloudposse/github-action-deploy-argocd@v0.11.2
id: deploy
with:
toolchain: ${{ inputs.toolchain }}
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
role-skip-session-tagging: true

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

0 comments on commit 7c2a8f1

Please sign in to comment.