From ef70cf588705e45fd56d820f2adab3adfa662667 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 00:52:58 +0000 Subject: [PATCH] Update cloudposse/github-action-deploy-argocd action to v0.8.2 --- .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 62c66ef..427b4d3 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.8.1 + uses: cloudposse/github-action-deploy-argocd@0.8.2 id: deploy with: toolchain: ${{ inputs.toolchain }} diff --git a/.github/workflows/cd-preview-argocd.yml b/.github/workflows/cd-preview-argocd.yml index 1c80ebc..f331999 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.8.1 + uses: cloudposse/github-action-deploy-argocd@0.8.2 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.8.1 + uses: cloudposse/github-action-deploy-argocd@0.8.2 if: ${{ steps.deployment.outputs.id != '' }} id: deploy with: