From 4845f84059033f87ee2fcc701fe4a4837680f1ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 03:07:45 +0000 Subject: [PATCH] Bump azure/setup-helm from 3.4 to 3.5 Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 3.4 to 3.5. - [Release notes](https://github.com/azure/setup-helm/releases) - [Commits](https://github.com/azure/setup-helm/compare/f382f75448129b3be48f8121b9857be18d815a82...5119fcb9089d432beecbf79bb2c7915207344b78) --- 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 4445ed2f9..5f006b21b 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@f382f75448129b3be48f8121b9857be18d815a82 + uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 with: token: ${{ secrets.GITHUB_TOKEN }} version: latest diff --git a/.github/workflows/release-chart.yaml b/.github/workflows/release-chart.yaml index 0bc178099..c477589ef 100644 --- a/.github/workflows/release-chart.yaml +++ b/.github/workflows/release-chart.yaml @@ -52,7 +52,7 @@ jobs: git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - name: Set-up Helm - uses: azure/setup-helm@f382f75448129b3be48f8121b9857be18d815a82 + uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 with: token: ${{ secrets.GITHUB_TOKEN }} version: latest