Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e104702

Browse filesBrowse files
authored
Merge pull request #2312 from kubernetes-client/dependabot/github_actions/helm/kind-action-1.11.0
Bump helm/kind-action from 1.10.0 to 1.11.0
2 parents 98a5be8 + e970c1c commit e104702
Copy full SHA for e104702

6 files changed

+6
-6
lines changed

‎.github/workflows/e2e-master.yaml

Copy file name to clipboardExpand all lines: .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.10.0
22+
uses: helm/kind-action@v1.11.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

Copy file name to clipboardExpand all lines: .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.10.0
22+
uses: helm/kind-action@v1.11.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

Copy file name to clipboardExpand all lines: .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.10.0
22+
uses: helm/kind-action@v1.11.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

Copy file name to clipboardExpand all lines: .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.10.0
22+
uses: helm/kind-action@v1.11.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

Copy file name to clipboardExpand all lines: .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.10.0
22+
uses: helm/kind-action@v1.11.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

Copy file name to clipboardExpand all lines: .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.10.0
22+
uses: helm/kind-action@v1.11.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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.