Skip to content

Commit

Permalink
chore: [skip ci](deps): bump helm/kind-action from 1.8.0 to 1.9.0 (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 15, 2024
1 parent 16892c4 commit 40d7754
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backward-compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Start a kind cluster with containerd
uses: helm/kind-action@v1.8.0
uses: helm/kind-action@v1.9.0
with:
cluster_name: kind-${{ github.run_id }}
kubectl_version: "v1.25.2"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/containerd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Start a kind cluster with containerd
uses: helm/kind-action@v1.8.0
uses: helm/kind-action@v1.9.0
with:
cluster_name: kind-${{ github.run_id }}
kubectl_version: "v1.25.2"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cri-o.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Start a kind cluster with crio
uses: helm/kind-action@v1.8.0
uses: helm/kind-action@v1.9.0
with:
cluster_name: kind-${{ github.run_id }}
kubectl_version: "v1.25.2"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Start a kind cluster with containerd
uses: helm/kind-action@v1.8.0
uses: helm/kind-action@v1.9.0
with:
cluster_name: kind-${{ github.run_id }}
kubectl_version: "v1.25.2"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/restart-ds-containerd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Start a kind cluster with containerd
uses: helm/kind-action@v1.8.0
uses: helm/kind-action@v1.9.0
with:
cluster_name: kind-${{ github.run_id }}
kubectl_version: "v1.25.2"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/restart-ds-crio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Start a kind cluster with crio
uses: helm/kind-action@v1.8.0
uses: helm/kind-action@v1.9.0
with:
cluster_name: kind-${{ github.run_id }}
kubectl_version: "v1.25.2"
Expand Down

0 comments on commit 40d7754

Please sign in to comment.