From 94470519f01680891f501344ef6aa1fb23f21a95 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 10:52:14 +0000 Subject: [PATCH] Update helm/kind-action action to v1.12.0 --- .github/workflows/main.yml | 2 +- .github/workflows/walkthrough.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c023243a..4a8259ca 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: fetch-depth: 0 - name: Create k8s Kind Cluster - uses: helm/kind-action@ae94020eaf628e9b9b9f341a10cc0cdcf5c018fb # v1.11.0 + uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0 with: node_image: kindest/node:${{ matrix.k8s-version }} - uses: alexellis/setup-arkade@b1816384b2260cfd2c023c6798d26075786cfc7f # v3 diff --git a/.github/workflows/walkthrough.yml b/.github/workflows/walkthrough.yml index cf82a1a1..5f92cb3e 100644 --- a/.github/workflows/walkthrough.yml +++ b/.github/workflows/walkthrough.yml @@ -12,7 +12,7 @@ jobs: with: fetch-depth: 0 - name: Create k8s Kind Cluster - uses: helm/kind-action@ae94020eaf628e9b9b9f341a10cc0cdcf5c018fb # v1.11.0 + uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0 with: node_image: kindest/node:${{ matrix.k8s-version }} - uses: alexellis/setup-arkade@b1816384b2260cfd2c023c6798d26075786cfc7f # v3