From 21d0bd9d292964f20faa95902b061592d736b7c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Oct 2022 03:39:09 +0000 Subject: [PATCH] Bump azure/setup-helm from 3.3 to 3.4 Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 3.3 to 3.4. - [Release notes](https://github.com/azure/setup-helm/releases) - [Commits](https://github.com/azure/setup-helm/compare/b5b231a831f96336bbfeccc1329990f0005c5bb1...f382f75448129b3be48f8121b9857be18d815a82) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-test-chart.yaml | 2 +- .github/workflows/release-chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-test-chart.yaml b/.github/workflows/lint-test-chart.yaml index 0903998618..4445ed2f9d 100644 --- a/.github/workflows/lint-test-chart.yaml +++ b/.github/workflows/lint-test-chart.yaml @@ -27,7 +27,7 @@ jobs: rm -f ./ah ./ah_linux_amd64.tar.gz - name: Set-up Helm - uses: azure/setup-helm@b5b231a831f96336bbfeccc1329990f0005c5bb1 + uses: azure/setup-helm@f382f75448129b3be48f8121b9857be18d815a82 with: token: ${{ secrets.GITHUB_TOKEN }} version: latest diff --git a/.github/workflows/release-chart.yaml b/.github/workflows/release-chart.yaml index e87909178e..d69c5a81fc 100644 --- a/.github/workflows/release-chart.yaml +++ b/.github/workflows/release-chart.yaml @@ -47,7 +47,7 @@ jobs: git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - name: Set-up Helm - uses: azure/setup-helm@b5b231a831f96336bbfeccc1329990f0005c5bb1 + uses: azure/setup-helm@f382f75448129b3be48f8121b9857be18d815a82 with: token: ${{ secrets.GITHUB_TOKEN }} version: latest