From 6e3993d5354df0c5aa1429f57a9b031da1ccfe55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 12:05:23 +0000 Subject: [PATCH] build(deps): bump helmfile/helmfile-action from 1.6.3 to 1.8.0 Bumps [helmfile/helmfile-action](https://github.com/helmfile/helmfile-action) from 1.6.3 to 1.8.0. - [Release notes](https://github.com/helmfile/helmfile-action/releases) - [Commits](https://github.com/helmfile/helmfile-action/compare/v1.6.3...v1.8.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..5da39f2 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.8.0 with: helmfile-args: | ${{ github.event_name != 'pull_request' && 'apply' || 'diff' }} \