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' }} \