From 7513ca1d66625bc265ce500b9fdddb59756c1892 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 21:02:45 +0000 Subject: [PATCH 1/2] Bump azure/setup-helm from 3.5 to 4 Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 3.5 to 4. - [Release notes](https://github.com/azure/setup-helm/releases) - [Commits](https://github.com/azure/setup-helm/compare/v3.5...v4) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/helm-chart-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm-chart-ci.yml b/.github/workflows/helm-chart-ci.yml index 59f77e5..0ec1ca7 100644 --- a/.github/workflows/helm-chart-ci.yml +++ b/.github/workflows/helm-chart-ci.yml @@ -50,7 +50,7 @@ jobs: fetch-depth: 0 - name: Set up Helm - uses: azure/setup-helm@v3.5 + uses: azure/setup-helm@v4 with: version: ${{ env.HELM_VERSION }} @@ -136,7 +136,7 @@ jobs: fetch-depth: 0 - name: Set up Helm - uses: azure/setup-helm@v3.5 + uses: azure/setup-helm@v4 with: version: ${{ env.HELM_VERSION }} From 0cae48721f5c153268a8a8857e92c5ec790e80ff Mon Sep 17 00:00:00 2001 From: Marco Franssen Date: Tue, 16 Apr 2024 12:49:42 +0200 Subject: [PATCH 2/2] Apply suggestions from code review Signed-off-by: Marco Franssen --- .github/workflows/helm-chart-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm-chart-ci.yml b/.github/workflows/helm-chart-ci.yml index 0ec1ca7..a69dbc9 100644 --- a/.github/workflows/helm-chart-ci.yml +++ b/.github/workflows/helm-chart-ci.yml @@ -50,7 +50,7 @@ jobs: fetch-depth: 0 - name: Set up Helm - uses: azure/setup-helm@v4 + uses: azure/setup-helm@v4.2.0 with: version: ${{ env.HELM_VERSION }} @@ -136,7 +136,7 @@ jobs: fetch-depth: 0 - name: Set up Helm - uses: azure/setup-helm@v4 + uses: azure/setup-helm@v4.2.0 with: version: ${{ env.HELM_VERSION }}