From d9cd8cea75bf5616fb6d68ac415c1f7741d4b4f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 08:37:46 +0000 Subject: [PATCH] Update mamezou-tech/setup-helmfile action to v2 --- .github/workflows/destroy-preview.yaml | 2 +- .github/workflows/template-deploy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/destroy-preview.yaml b/.github/workflows/destroy-preview.yaml index c7704e05..0543f1ae 100644 --- a/.github/workflows/destroy-preview.yaml +++ b/.github/workflows/destroy-preview.yaml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup helmfile - uses: mamezou-tech/setup-helmfile@v1.2.0 + uses: mamezou-tech/setup-helmfile@v2.0.0 with: helm-version: v3.11.2 helmfile-version: v0.152.0 diff --git a/.github/workflows/template-deploy.yaml b/.github/workflows/template-deploy.yaml index 8f13f0fd..3b0d748d 100644 --- a/.github/workflows/template-deploy.yaml +++ b/.github/workflows/template-deploy.yaml @@ -41,7 +41,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup helmfile - uses: mamezou-tech/setup-helmfile@v1.2.0 + uses: mamezou-tech/setup-helmfile@v2.0.0 with: helm-version: v3.11.2 helmfile-version: v0.152.0