Skip to content

Commit 85b66b2

Browse files
chore(deps): update dependency helm/kind-action to v1.10.0
1 parent cef30d6 commit 85b66b2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/kind-chaos-mesh-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: checkout
2323
uses: actions/[email protected]
2424
- name: Kind Cluster
25-
uses: helm/kind-action@v1.8.0
25+
uses: helm/kind-action@v1.10.0
2626

2727
- name: Print cluster information
2828
run: |

.github/workflows/kind-quarkus-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: checkout
2020
uses: actions/[email protected]
2121
- name: Kind Cluster
22-
uses: helm/kind-action@v1.8.0
22+
uses: helm/kind-action@v1.10.0
2323
- name: apply minimal service
2424
run: |
2525
sh ./kubernetes/bin/apply-default-quarkus.sh

.github/workflows/kind-yaml-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: checkout
2020
uses: actions/[email protected]
2121
- name: Kind Cluster
22-
uses: helm/kind-action@v1.8.0
22+
uses: helm/kind-action@v1.10.0
2323
- name: apply all service
2424
run: |
2525
sh ./kubernetes/bin/apply.sh

0 commit comments

Comments
 (0)