From 0e5c93f9155c03b55453f8d80a8694119b9aa9e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 00:21:21 +0000 Subject: [PATCH] chore(deps): bump helmfile/helmfile-action from 2.0.5 to 2.1.0 Bumps [helmfile/helmfile-action](https://github.com/helmfile/helmfile-action) from 2.0.5 to 2.1.0. - [Release notes](https://github.com/helmfile/helmfile-action/releases) - [Commits](https://github.com/helmfile/helmfile-action/compare/v2.0.5...v2.1.0) --- updated-dependencies: - dependency-name: helmfile/helmfile-action dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 944e5d64..017d6f27 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@v3.12.0 - name: Set up helmfile - uses: helmfile/helmfile-action@v2.0.5 + uses: helmfile/helmfile-action@v2.1.0 with: helmfile-version: 'v0.162.0' helm-version: 'v3.12.2'