Skip to content

Commit 5c29a42

Browse files
Bump helm/kind-action from 1.4.0 to 1.8.0
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.4.0 to 1.8.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](helm/kind-action@v1.4.0...v1.8.0) --- updated-dependencies: - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 028df59 commit 5c29a42

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/backward-compatibility.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: Start a kind cluster with containerd
14-
uses: helm/kind-action@v1.4.0
14+
uses: helm/kind-action@v1.8.0
1515
with:
1616
cluster_name: kind-${{ github.run_id }}
1717
kubectl_version: "v1.25.2"

.github/workflows/containerd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: Start a kind cluster with containerd
14-
uses: helm/kind-action@v1.4.0
14+
uses: helm/kind-action@v1.8.0
1515
with:
1616
cluster_name: kind-${{ github.run_id }}
1717
kubectl_version: "v1.25.2"

.github/workflows/cri-o.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: Start a kind cluster with crio
14-
uses: helm/kind-action@v1.4.0
14+
uses: helm/kind-action@v1.8.0
1515
with:
1616
cluster_name: kind-${{ github.run_id }}
1717
kubectl_version: "v1.25.2"

.github/workflows/metrics.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: Start a kind cluster with containerd
14-
uses: helm/kind-action@v1.4.0
14+
uses: helm/kind-action@v1.8.0
1515
with:
1616
cluster_name: kind-${{ github.run_id }}
1717
kubectl_version: "v1.25.2"

.github/workflows/restart-ds-containerd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: Start a kind cluster with containerd
14-
uses: helm/kind-action@v1.4.0
14+
uses: helm/kind-action@v1.8.0
1515
with:
1616
cluster_name: kind-${{ github.run_id }}
1717
kubectl_version: "v1.25.2"

.github/workflows/restart-ds-crio.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: Start a kind cluster with crio
14-
uses: helm/kind-action@v1.4.0
14+
uses: helm/kind-action@v1.8.0
1515
with:
1616
cluster_name: kind-${{ github.run_id }}
1717
kubectl_version: "v1.25.2"

0 commit comments

Comments
 (0)