From fa1b879cb5e2c1aa4b37fab3642f33ec96340ba1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 13:20:07 +0000 Subject: [PATCH] deps: bump helm/kind-action from 1.12.0 to 1.13.0 Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/v1.12.0...v1.13.0) --- updated-dependencies: - dependency-name: helm/kind-action dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release-validation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-validation.yaml b/.github/workflows/release-validation.yaml index 9aa41d5d4b..2f2db33547 100644 --- a/.github/workflows/release-validation.yaml +++ b/.github/workflows/release-validation.yaml @@ -40,7 +40,7 @@ jobs: helm pull oci://ghcr.io/microsoft/retina/charts/retina --version ${{ env.TAG }} - name: Setup kind cluster - uses: helm/kind-action@v1.12.0 + uses: helm/kind-action@v1.13.0 # krew does not support installing a specific verison # so if this step fails it means there was something wrong