From fc7f2155b27c6d6366601f460bce3077f3e4bd9f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 10:47:41 +0000 Subject: [PATCH] Update cloudposse/github-action-deploy-helmfile action to v0.5.0 --- .github/workflows/cd-helmfile.yml | 2 +- .github/workflows/cd-preview-helmfile.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd-helmfile.yml b/.github/workflows/cd-helmfile.yml index c47f64c..7b7c0ae 100644 --- a/.github/workflows/cd-helmfile.yml +++ b/.github/workflows/cd-helmfile.yml @@ -92,7 +92,7 @@ jobs: role-skip-session-tagging: true - name: Deploy - uses: cloudposse/github-action-deploy-helmfile@0.3.0 + uses: cloudposse/github-action-deploy-helmfile@0.5.0 id: deploy with: aws-region: ${{ steps.environment.outputs.region }} diff --git a/.github/workflows/cd-preview-helmfile.yml b/.github/workflows/cd-preview-helmfile.yml index f8845bd..1123880 100644 --- a/.github/workflows/cd-preview-helmfile.yml +++ b/.github/workflows/cd-preview-helmfile.yml @@ -152,7 +152,7 @@ jobs: role-skip-session-tagging: true - name: Deploy - uses: cloudposse/github-action-deploy-helmfile@0.3.0 + uses: cloudposse/github-action-deploy-helmfile@0.5.0 id: deploy with: aws-region: ${{ steps.environment.outputs.region }} @@ -212,7 +212,7 @@ jobs: role-skip-session-tagging: true - name: Destroy - uses: cloudposse/github-action-deploy-helmfile@0.3.0 + uses: cloudposse/github-action-deploy-helmfile@0.5.0 if: ${{ steps.deployment.outputs.id != '' }} id: deploy with: