Skip to content

Commit

Permalink
chore(deps): update helm/kind-action action to v1.12.0
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <[email protected]>
  • Loading branch information
renovate[bot] authored and michi-covalent committed Jan 7, 2025
1 parent 873b9ae commit 3c4ad4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
local-path: '.'

- name: Create kind cluster
uses: helm/kind-action@ae94020eaf628e9b9b9f341a10cc0cdcf5c018fb # v1.11.0
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
with:
version: ${{ env.kind_version }}
config: ${{ env.kind_config }}
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
local-path: '.'

- name: Create kind cluster 1
uses: helm/kind-action@ae94020eaf628e9b9b9f341a10cc0cdcf5c018fb # v1.11.0
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
with:
version: ${{ env.kind_version }}
config: ${{ env.kind_config_1 }}
Expand All @@ -256,7 +256,7 @@ jobs:
--nodes-without-cilium
- name: Create kind cluster 2
uses: helm/kind-action@ae94020eaf628e9b9b9f341a10cc0cdcf5c018fb # v1.11.0
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
with:
version: ${{ env.kind_version }}
config: ${{ env.kind_config_2 }}
Expand Down

0 comments on commit 3c4ad4b

Please sign in to comment.