From c2315f4554e37b4d4dfe634ae09b83b9e101b176 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 16:57:54 +0000 Subject: [PATCH] build(deps): bump helm/kind-action from 1.3.0 to 1.8.0 Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.3.0 to 1.8.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/v1.3.0...v1.8.0) --- updated-dependencies: - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 0279bf3b3..caba0595a 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -83,7 +83,7 @@ jobs: echo "branch=$(echo $GITHUB_REF_NAME | sed 's/[^a-zA-Z0-9.]/-/g')" >> "$GITHUB_OUTPUT" echo "sha=$(git rev-parse --short HEAD)" >> "$GITHUB_OUTPUT" - name: Create k8s Kind Cluster - uses: helm/kind-action@v1.3.0 + uses: helm/kind-action@v1.8.0 - name: Create sessions namespace run: | kubectl create namespace collab-sessions