diff --git a/.github/workflows/cd-argocd.yml b/.github/workflows/cd-argocd.yml index 3c5bc3b..fd0d796 100644 --- a/.github/workflows/cd-argocd.yml +++ b/.github/workflows/cd-argocd.yml @@ -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 }} diff --git a/.github/workflows/cd-preview-argocd.yml b/.github/workflows/cd-preview-argocd.yml index 3f89ea7..c0cacd6 100644 --- a/.github/workflows/cd-preview-argocd.yml +++ b/.github/workflows/cd-preview-argocd.yml @@ -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 }} @@ -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: