From 0e299222cb6db876e48e6527bebae7951f35f525 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 01:09:26 +0000 Subject: [PATCH] build(deps): bump helmfile/helmfile-action from 2.4.1 to 2.4.2 Bumps [helmfile/helmfile-action](https://github.com/helmfile/helmfile-action) from 2.4.1 to 2.4.2. - [Release notes](https://github.com/helmfile/helmfile-action/releases) - [Commits](https://github.com/helmfile/helmfile-action/compare/v2.4.1...v2.4.2) --- updated-dependencies: - dependency-name: helmfile/helmfile-action dependency-version: 2.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 512003d..6d6061d 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.4.1 + - uses: helmfile/helmfile-action@v2.4.2 with: helmfile-auto-init: "true" helmfile-args: "version"