From feae2a09410c7ed8f0955e21380c3b71c216bfb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 11:43:55 +0000 Subject: [PATCH] build(deps): bump helmfile/helmfile-action from 1.6.3 to 1.7.0 Bumps [helmfile/helmfile-action](https://github.com/helmfile/helmfile-action) from 1.6.3 to 1.7.0. - [Release notes](https://github.com/helmfile/helmfile-action/releases) - [Commits](https://github.com/helmfile/helmfile-action/compare/v1.6.3...v1.7.0) --- updated-dependencies: - dependency-name: helmfile/helmfile-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 28eb8b7..ec218ca 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -175,7 +175,7 @@ jobs: version: ${{ env.TAILSCALE_VERSION }} - name: Helmfile Apply/Diff - uses: helmfile/helmfile-action@v1.6.3 + uses: helmfile/helmfile-action@v1.7.0 with: helmfile-args: | ${{ github.event_name != 'pull_request' && 'apply' || 'diff' }} \