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