From b1f7e792c65dac3326e7eea3dd4df6036576388c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 01:43:00 +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) - [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md) - [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/latest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/latest.yaml b/.github/workflows/latest.yaml index 4b58b70a5..7e6918bf3 100644 --- a/.github/workflows/latest.yaml +++ b/.github/workflows/latest.yaml @@ -31,7 +31,7 @@ jobs: steps: - uses: ko-build/setup-ko@v0.6 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: azure/setup-helm@v3 + - uses: azure/setup-helm@v4 # instantiate a KinD (Kubernetes in Docker) cluster, installs `kubectl` and configures the # `kubeconfig` to reach the local cluster - uses: helm/kind-action@v1.9.0