Skip to content

Commit

Permalink
Update cloudposse/github-action-deploy-argocd action to v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 22, 2024
1 parent 6dc68ca commit a3ba712
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 @@ -114,7 +114,7 @@ jobs:
role-skip-session-tagging: true

- name: Deploy
uses: cloudposse/github-action-deploy-argocd@0.5.0
uses: cloudposse/github-action-deploy-argocd@0.8.1
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 @@ -174,7 +174,7 @@ jobs:
role-skip-session-tagging: true

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

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

0 comments on commit a3ba712

Please sign in to comment.