From 29f33b69a58b608717cae98cabcae6b492cabbaa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 10:28:53 +0000 Subject: [PATCH] Update mamezou-tech/setup-helmfile action to v1.2.0 Signed-off-by: Renovate Bot --- .github/workflows/deploy-master.yaml | 2 +- .github/workflows/deploy-preview.yaml | 2 +- .github/workflows/deploy-prod.yaml | 2 +- .github/workflows/destroy-preview.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-master.yaml b/.github/workflows/deploy-master.yaml index 173b7ee..2f877a5 100644 --- a/.github/workflows/deploy-master.yaml +++ b/.github/workflows/deploy-master.yaml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v3 - name: Setup helmfile - uses: mamezou-tech/setup-helmfile@v1.1.0 + uses: mamezou-tech/setup-helmfile@v1.2.0 with: helm-version: v3.7.1 helmfile-version: v0.142.0 diff --git a/.github/workflows/deploy-preview.yaml b/.github/workflows/deploy-preview.yaml index 119208a..defbe89 100644 --- a/.github/workflows/deploy-preview.yaml +++ b/.github/workflows/deploy-preview.yaml @@ -34,7 +34,7 @@ jobs: ${{ runner.os }}-go- - name: Setup helmfile - uses: mamezou-tech/setup-helmfile@v1.1.0 + uses: mamezou-tech/setup-helmfile@v1.2.0 with: helm-version: v3.7.1 helmfile-version: v0.142.0 diff --git a/.github/workflows/deploy-prod.yaml b/.github/workflows/deploy-prod.yaml index d385d99..db94a25 100644 --- a/.github/workflows/deploy-prod.yaml +++ b/.github/workflows/deploy-prod.yaml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v3 - name: Setup helmfile - uses: mamezou-tech/setup-helmfile@v1.1.0 + uses: mamezou-tech/setup-helmfile@v1.2.0 with: helm-version: v3.7.1 helmfile-version: v0.142.0 diff --git a/.github/workflows/destroy-preview.yaml b/.github/workflows/destroy-preview.yaml index 8d86bc4..49695cb 100644 --- a/.github/workflows/destroy-preview.yaml +++ b/.github/workflows/destroy-preview.yaml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v3 - name: Setup helmfile - uses: mamezou-tech/setup-helmfile@v1.1.0 + uses: mamezou-tech/setup-helmfile@v1.2.0 with: helm-version: v3.7.1 helmfile-version: v0.142.0