From c98e45c28b6c5a0333a597b378687bde99c283f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 21:12:32 +0000 Subject: [PATCH] chore(deps): bump helmfile/helmfile-action from 2.4.5 to 2.4.6 Bumps [helmfile/helmfile-action](https://github.com/helmfile/helmfile-action) from 2.4.5 to 2.4.6. - [Release notes](https://github.com/helmfile/helmfile-action/releases) - [Commits](https://github.com/helmfile/helmfile-action/compare/v2.4.5...v2.4.6) --- updated-dependencies: - dependency-name: helmfile/helmfile-action dependency-version: 2.4.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/docker.build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.build.yml b/.github/workflows/docker.build.yml index f4d02f54..648c0680 100644 --- a/.github/workflows/docker.build.yml +++ b/.github/workflows/docker.build.yml @@ -24,7 +24,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v4.1.0 - name: Set up helmfile - uses: helmfile/helmfile-action@v2.4.5 + uses: helmfile/helmfile-action@v2.4.6 with: helmfile-version: 'v0.162.0' helm-version: 'v3.12.2'