Skip to content

Commit 3c4ad4b

Browse files
renovate[bot]michi-covalent
authored andcommitted
chore(deps): update helm/kind-action action to v1.12.0
Signed-off-by: renovate[bot] <bot@renovateapp.com>
1 parent 873b9ae commit 3c4ad4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/kind.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
local-path: '.'
5050

5151
- name: Create kind cluster
52-
uses: helm/kind-action@ae94020eaf628e9b9b9f341a10cc0cdcf5c018fb # v1.11.0
52+
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
5353
with:
5454
version: ${{ env.kind_version }}
5555
config: ${{ env.kind_config }}
@@ -237,7 +237,7 @@ jobs:
237237
local-path: '.'
238238

239239
- name: Create kind cluster 1
240-
uses: helm/kind-action@ae94020eaf628e9b9b9f341a10cc0cdcf5c018fb # v1.11.0
240+
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
241241
with:
242242
version: ${{ env.kind_version }}
243243
config: ${{ env.kind_config_1 }}
@@ -256,7 +256,7 @@ jobs:
256256
--nodes-without-cilium
257257
258258
- name: Create kind cluster 2
259-
uses: helm/kind-action@ae94020eaf628e9b9b9f341a10cc0cdcf5c018fb # v1.11.0
259+
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
260260
with:
261261
version: ${{ env.kind_version }}
262262
config: ${{ env.kind_config_2 }}

0 commit comments

Comments
 (0)