From a3ba712c5f869d1d6c563b17a9f08e89780a0d13 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 21:26:33 +0000 Subject: [PATCH] Update cloudposse/github-action-deploy-argocd action to v0.8.1 --- .github/workflows/cd-argocd.yml | 2 +- .github/workflows/cd-preview-argocd.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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: