From 2fa632a636e75f7376df5786b7980dad07b7e029 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 10:23:17 +0000 Subject: [PATCH] chore: (deps): bump engineerd/setup-kind from 0.5.0 to 0.6.2 Bumps [engineerd/setup-kind](https://github.com/engineerd/setup-kind) from 0.5.0 to 0.6.2. - [Release notes](https://github.com/engineerd/setup-kind/releases) - [Commits](https://github.com/engineerd/setup-kind/compare/v0.5.0...v0.6.2) --- 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.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bc52859..c577483 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: with: go-version-file: go.mod - - uses: engineerd/setup-kind@v0.5.0 + - uses: engineerd/setup-kind@v0.6.2 with: version: "v0.11.1"