From 08b71633fa98cf59a3f63b7d715fa5f36b7ecc0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 12:15:32 +0000 Subject: [PATCH] chore: bump container-tools/kind-action from 1 to 2 Bumps [container-tools/kind-action](https://github.com/container-tools/kind-action) from 1 to 2. - [Release notes](https://github.com/container-tools/kind-action/releases) - [Commits](https://github.com/container-tools/kind-action/compare/v1...v2) --- updated-dependencies: - dependency-name: container-tools/kind-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 45e027e5..7547bd52 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -84,7 +84,7 @@ jobs: run: ./scripts/install_deps.sh - name: Start kind cluster - uses: container-tools/kind-action@v1 + uses: container-tools/kind-action@v2 with: node_image: "docker.io/kindest/node:${{ matrix.tag }}"