From 5ca0e5dc60ec82d9abe06432e8a3def01024e2bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 16:19:32 +0000 Subject: [PATCH] Update cloudposse/github-action-deploy-helmfile action to v0.7.2 --- .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 21b74bc..c8b0d29 100644 --- a/.github/workflows/cd-helmfile.yml +++ b/.github/workflows/cd-helmfile.yml @@ -97,7 +97,7 @@ jobs: role-skip-session-tagging: true - name: Deploy - uses: cloudposse/github-action-deploy-helmfile@0.6.0 + uses: cloudposse/github-action-deploy-helmfile@v0.7.2 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 37c6761..5a6b2ab 100644 --- a/.github/workflows/cd-preview-helmfile.yml +++ b/.github/workflows/cd-preview-helmfile.yml @@ -157,7 +157,7 @@ jobs: role-skip-session-tagging: true - name: Deploy - uses: cloudposse/github-action-deploy-helmfile@0.6.0 + uses: cloudposse/github-action-deploy-helmfile@v0.7.2 id: deploy with: aws-region: ${{ steps.environment.outputs.region }} @@ -217,7 +217,7 @@ jobs: role-skip-session-tagging: true - name: Destroy - uses: cloudposse/github-action-deploy-helmfile@0.6.0 + uses: cloudposse/github-action-deploy-helmfile@v0.7.2 if: ${{ steps.deployment.outputs.id != '' }} id: deploy with: