From 8e8eaafc9c5f32feb308b2610c6437e0c753b7d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 01:16:12 +0000 Subject: [PATCH] build(deps): bump helmfile/helmfile-action from 2.1.0 to 2.2.0 Bumps [helmfile/helmfile-action](https://github.com/helmfile/helmfile-action) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/helmfile/helmfile-action/releases) - [Commits](https://github.com/helmfile/helmfile-action/compare/v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: helmfile/helmfile-action dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eccadf5..a28e1a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v6 # Install Helmfile & Helm - - uses: helmfile/helmfile-action@v2.1.0 + - uses: helmfile/helmfile-action@v2.2.0 with: helmfile-auto-init: "true" helmfile-args: "version"