From e1568b0465c8ead622cabd6d3fac8319841915b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 18:40:03 +0000 Subject: [PATCH] Update azure/setup-helm action to v4 --- .github/workflows/helm-lint-test.yaml | 2 +- .github/workflows/helm-release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm-lint-test.yaml b/.github/workflows/helm-lint-test.yaml index c48ffb7..f2c05a5 100644 --- a/.github/workflows/helm-lint-test.yaml +++ b/.github/workflows/helm-lint-test.yaml @@ -12,7 +12,7 @@ jobs: fetch-depth: 0 - name: Set up Helm - uses: azure/setup-helm@v3 + uses: azure/setup-helm@v4 with: version: v3.12.1 diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml index df673f6..5c0405b 100644 --- a/.github/workflows/helm-release.yaml +++ b/.github/workflows/helm-release.yaml @@ -24,7 +24,7 @@ jobs: - name: Install Helm env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - uses: azure/setup-helm@v3 + uses: azure/setup-helm@v4 - name: Run chart-releaser uses: helm/chart-releaser-action@v1.6.0