From 8bb9cf224929ce626445c7c904aedf54e506b250 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 21:42:54 +0000 Subject: [PATCH] Bump engineerd/setup-kind from 0.5.0 to 0.6.0 Bumps [engineerd/setup-kind](https://github.com/engineerd/setup-kind) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/engineerd/setup-kind/releases) - [Commits](https://github.com/engineerd/setup-kind/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: engineerd/setup-kind dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57484929..2b032f58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: env: GOPATH: '/home/runner/work/work-api/work-api/go' - name: setup kind - uses: engineerd/setup-kind@v0.5.0 + uses: engineerd/setup-kind@v0.6.0 with: version: v0.11.1 - name: Load image on the nodes of the cluster