From 23b208032fc9a202a18d6a776759903ca2421c0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Oct 2022 19:09:06 +0000 Subject: [PATCH] build(deps): bump engineerd/setup-kind from 0.1.0 to 0.5.0 Bumps [engineerd/setup-kind](https://github.com/engineerd/setup-kind) from 0.1.0 to 0.5.0. - [Release notes](https://github.com/engineerd/setup-kind/releases) - [Commits](https://github.com/engineerd/setup-kind/compare/v0.1.0...v0.5.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/e2e.yml | 2 +- .github/workflows/kind-deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index e7c9908..bd17eda 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -19,7 +19,7 @@ jobs: curl -O -L $DOWNLOAD_URL - name: "Create cluster using KinD" id: kind - uses: engineerd/setup-kind@v0.1.0 + uses: engineerd/setup-kind@v0.5.0 # with: # config: .github/kubernetes/kind.yaml - name: "Deploy kubernetes.local.yaml to KinD" diff --git a/.github/workflows/kind-deploy.yml b/.github/workflows/kind-deploy.yml index 7b6f422..029a8de 100644 --- a/.github/workflows/kind-deploy.yml +++ b/.github/workflows/kind-deploy.yml @@ -29,7 +29,7 @@ jobs: echo "payload - ${{ toJson(github.event.deployment.payload) }}" - name: "Create cluster using KinD" id: kind - uses: engineerd/setup-kind@v0.1.0 + uses: engineerd/setup-kind@v0.5.0 # with: # config: .github/kubernetes/kind.yaml - name: "Deploy kubernetes.local.yaml to KinD"