From c9d4bf5f0dfe66eb9636e34f8c4b6eb457208969 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 05:04:57 +0000 Subject: [PATCH] Update mamezou-tech/setup-helmfile action to v1.3.0 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..efcf4c93 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@v1.3.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..a78899ba 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@v1.3.0 with: helmfile-version: v0.144.0 install-kubectl: false