Skip to content

Commit

Permalink
Merge pull request #3367 from yurake/renovate/helm-kind-action-1.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency helm/kind-action to v1.10.0
  • Loading branch information
renovate[bot] authored Jul 6, 2024
2 parents 15682a4 + f3b7c46 commit a426050
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kind-chaos-mesh-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: checkout
uses: actions/[email protected]
- name: Kind Cluster
uses: helm/kind-action@v1.8.0
uses: helm/kind-action@v1.10.0

- name: Print cluster information
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kind-quarkus-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: checkout
uses: actions/[email protected]
- name: Kind Cluster
uses: helm/kind-action@v1.8.0
uses: helm/kind-action@v1.10.0
- name: apply minimal service
run: |
sh ./kubernetes/bin/apply-default-quarkus.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kind-yaml-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: checkout
uses: actions/[email protected]
- name: Kind Cluster
uses: helm/kind-action@v1.8.0
uses: helm/kind-action@v1.10.0
- name: apply all service
run: |
sh ./kubernetes/bin/apply.sh

0 comments on commit a426050

Please sign in to comment.