From 0d0b29e8e825cf0be2d67622188a8b465c14ece9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 18:50:28 +0000 Subject: [PATCH] Bump azure/setup-helm from 3 to 4 Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 3 to 4. - [Release notes](https://github.com/azure/setup-helm/releases) - [Commits](https://github.com/azure/setup-helm/compare/v3...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/goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 92579d4..cc43f99 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -46,7 +46,7 @@ jobs: EMAIL: ${{ github.actor}}@users.noreply.github.com - name: Set up Helm - uses: azure/setup-helm@v3 + uses: azure/setup-helm@v4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}