From 84276c5cf80cf20497a69e3a90dc4ecf4fa01175 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 18:29:16 +0000 Subject: [PATCH] :seedling: Bump helm/kind-action Bumps the github-actions group with 1 update in the / directory: [helm/kind-action](https://github.com/helm/kind-action). Updates `helm/kind-action` from 1.10.0 to 1.12.0 - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/v1.10.0...v1.12.0) --- updated-dependencies: - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/go-presubmit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go-presubmit.yml b/.github/workflows/go-presubmit.yml index 1adcf0d..e42da5d 100644 --- a/.github/workflows/go-presubmit.yml +++ b/.github/workflows/go-presubmit.yml @@ -78,7 +78,7 @@ jobs: - name: Install clusteradm run: curl -L https://raw.githubusercontent.com/open-cluster-management-io/clusteradm/main/install.sh | bash - name: Create k8s Kind Cluster - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.12.0 - name: Prepare OCM testing environment run: | clusteradm init --output-join-command-file join.sh --wait @@ -115,7 +115,7 @@ jobs: cd clusteradm make build - name: Create k8s Kind Cluster - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.12.0 - name: Prepare OCM testing environment run: | clusteradm init --bundle-version='latest' --output-join-command-file join.sh --wait