diff --git a/.github/workflows/cd-argocd.yml b/.github/workflows/cd-argocd.yml index 8371a19..594d3ba 100644 --- a/.github/workflows/cd-argocd.yml +++ b/.github/workflows/cd-argocd.yml @@ -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.13.0 id: deploy with: toolchain: ${{ inputs.toolchain }} diff --git a/.github/workflows/cd-preview-argocd.yml b/.github/workflows/cd-preview-argocd.yml index d617819..3e94909 100644 --- a/.github/workflows/cd-preview-argocd.yml +++ b/.github/workflows/cd-preview-argocd.yml @@ -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.13.0 id: deploy with: toolchain: ${{ inputs.toolchain }} @@ -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.13.0 if: ${{ steps.deployment.outputs.id != '' }} id: deploy with: