From b6ccd137343bc42bd85d573a28cd8f0f96fa19c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 11:32:50 -0300 Subject: [PATCH] Bump azure/setup-helm from 1 to 3 (#7) Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 1 to 3. - [Release notes](https://github.com/azure/setup-helm/releases) - [Commits](https://github.com/azure/setup-helm/compare/v1...v3) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/helm-local.yml | 2 +- .github/workflows/helm-remote.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm-local.yml b/.github/workflows/helm-local.yml index 0778dc62..d89a81fe 100644 --- a/.github/workflows/helm-local.yml +++ b/.github/workflows/helm-local.yml @@ -46,7 +46,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: azure/setup-helm@v1 + - uses: azure/setup-helm@v3 - uses: actions/checkout@v3 - name: helm version run: helm version diff --git a/.github/workflows/helm-remote.yml b/.github/workflows/helm-remote.yml index eb749a61..20412ba2 100644 --- a/.github/workflows/helm-remote.yml +++ b/.github/workflows/helm-remote.yml @@ -51,7 +51,7 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v3 - name: Install Helm - uses: azure/setup-helm@v1 + uses: azure/setup-helm@v3 with: version: v3.8.1 - name: Add dependencies