Skip to content

Commit c8ff872

Browse files
authored
Merge pull request #2315 from kubernetes-client/dependabot/github_actions/helm/kind-action-1.12.0
Bump helm/kind-action from 1.11.0 to 1.12.0
2 parents 01de10d + 5354790 commit c8ff872

6 files changed

+6
-6
lines changed

.github/workflows/e2e-master.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
submodules: true
2121
- name: Create Kind Cluster
22-
uses: helm/kind-action@v1.11.0
22+
uses: helm/kind-action@v1.12.0
2323
with:
2424
cluster_name: kubernetes-python-e2e-master-${{ matrix.python-version }}
2525
# The kind version to be used to spin the cluster up

.github/workflows/e2e-release-11.0.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
submodules: true
2121
- name: Create Kind Cluster
22-
uses: helm/kind-action@v1.11.0
22+
uses: helm/kind-action@v1.12.0
2323
with:
2424
cluster_name: kubernetes-python-e2e-release-11.0-${{ matrix.python-version }}
2525
# The kind version to be used to spin the cluster up

.github/workflows/e2e-release-12.0.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
submodules: true
2121
- name: Create Kind Cluster
22-
uses: helm/kind-action@v1.11.0
22+
uses: helm/kind-action@v1.12.0
2323
with:
2424
cluster_name: kubernetes-python-e2e-release-12.0-${{ matrix.python-version }}
2525
# The kind version to be used to spin the cluster up

.github/workflows/e2e-release-17.0.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
submodules: true
2121
- name: Create Kind Cluster
22-
uses: helm/kind-action@v1.11.0
22+
uses: helm/kind-action@v1.12.0
2323
with:
2424
cluster_name: kubernetes-python-e2e-release-17.0-${{ matrix.python-version }}
2525
# The kind version to be used to spin the cluster up

.github/workflows/e2e-release-18.0.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
submodules: true
2121
- name: Create Kind Cluster
22-
uses: helm/kind-action@v1.11.0
22+
uses: helm/kind-action@v1.12.0
2323
with:
2424
cluster_name: kubernetes-python-e2e-release-18.0-${{ matrix.python-version }}
2525
# The kind version to be used to spin the cluster up

.github/workflows/e2e-release-26.0.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
submodules: true
2121
- name: Create Kind Cluster
22-
uses: helm/kind-action@v1.11.0
22+
uses: helm/kind-action@v1.12.0
2323
with:
2424
cluster_name: kubernetes-python-e2e-release-26.0-${{ matrix.python-version }}
2525
# The kind version to be used to spin the cluster up

0 commit comments

Comments
 (0)