From 772b02c743a9facd97762978257813114812b6a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 10:48:18 +0000 Subject: [PATCH] chore(deps): update mamezou-tech/setup-helmfile action to v2 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index fad22a0..1ea0ba9 100644 --- a/action.yml +++ b/action.yml @@ -131,7 +131,7 @@ runs: force: true - name: Setup helmfile - uses: mamezou-tech/setup-helmfile@v1.2.0 + uses: mamezou-tech/setup-helmfile@v2.2.0 if: ${{ inputs.operation == 'deploy' }} with: helmfile-version: "${{ inputs.helmfile-version }}"