From 1b47cce683d4e426364ceb587dc21b3e60a1316e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 02:48:46 +0000 Subject: [PATCH] Update mamezou-tech/setup-helmfile action to v2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/deploy-prod.yml | 2 +- .github/workflows/deploy-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 33d069bb..3393a21b 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -56,7 +56,7 @@ jobs: - uses: actions/checkout@v3 - name: Setup helmfile - uses: mamezou-tech/setup-helmfile@v1.2.0 + uses: mamezou-tech/setup-helmfile@v2.0.0 with: helmfile-version: v0.144.0 install-kubectl: false diff --git a/.github/workflows/deploy-test.yml b/.github/workflows/deploy-test.yml index 80af133e..59e9f3cb 100644 --- a/.github/workflows/deploy-test.yml +++ b/.github/workflows/deploy-test.yml @@ -58,7 +58,7 @@ jobs: - uses: actions/checkout@v3 - name: Setup helmfile - uses: mamezou-tech/setup-helmfile@v1.2.0 + uses: mamezou-tech/setup-helmfile@v2.0.0 with: helmfile-version: v0.144.0 install-kubectl: false