From 08e8467a88a2d944133391ed1d2c153bab10fe71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 00:25:10 +0000 Subject: [PATCH] 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/main.yml | 2 +- .github/workflows/portal.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a9fb4803..a98f249f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -51,7 +51,7 @@ jobs: #Install and configure a kind cluster - name: Installing Prerequisites (KinD Cluster) - uses: engineerd/setup-kind@v0.5.0 + uses: engineerd/setup-kind@v0.6.2 with: version: "v0.7.0" diff --git a/.github/workflows/portal.yml b/.github/workflows/portal.yml index 3db967cf..d5eb3285 100644 --- a/.github/workflows/portal.yml +++ b/.github/workflows/portal.yml @@ -48,7 +48,7 @@ jobs: # Setting up KinD Cluster - name: Setting up KinD Cluster - uses: engineerd/setup-kind@v0.5.0 + uses: engineerd/setup-kind@v0.6.2 - name: Configuring and Testing the Cluster Installation run: |