From 90da2a41e4cfdbc996bf9607a70a35e978477cb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 03:42:26 +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 +- .github/workflows/k8s_matrix.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5069ec1a..72994d30 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v4.1.7 - - uses: engineerd/setup-kind@v0.5.0 + - uses: engineerd/setup-kind@v0.6.2 id: kind with: version: v0.18.0 diff --git a/.github/workflows/k8s_matrix.yaml b/.github/workflows/k8s_matrix.yaml index ad9ee705..0322e03c 100644 --- a/.github/workflows/k8s_matrix.yaml +++ b/.github/workflows/k8s_matrix.yaml @@ -15,7 +15,7 @@ jobs: # https://hub.docker.com/r/kindest/node/tags k8s_version: [v1.26.6, v1.27.3, v1.28.0, v1.29.0] steps: - - uses: engineerd/setup-kind@v0.5.0 + - uses: engineerd/setup-kind@v0.6.2 id: kind with: version: v0.18.0