Merge pull request #62 from nikdoof/renovate/workflows-azure-setup-helm-4.x

[workflows] Update azure/setup-helm action to v4
This commit is contained in:
2024-04-01 09:22:16 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ jobs:
fetch-depth: 0
- name: Install Helm
uses: azure/setup-helm@v3
uses: azure/setup-helm@v4
with:
version: "v${{ env.HELM_VERSION }}"

View File

@@ -20,7 +20,7 @@ jobs:
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Install Helm
uses: azure/setup-helm@v3
uses: azure/setup-helm@v4
with:
version: v3.4.0