Skip to content

Commit

Permalink
chore(deps): update dependency helm/kind-action to v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 13, 2023
1 parent fd391c2 commit 72554ff
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/checkout@v3.5.3
- name: Kind Cluster
uses: helm/kind-action@v1.7.0
uses: helm/kind-action@v1.8.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/checkout@v3.5.3
- name: Kind Cluster
uses: helm/kind-action@v1.7.0
uses: helm/kind-action@v1.8.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/checkout@v3.5.3
- name: Kind Cluster
uses: helm/kind-action@v1.7.0
uses: helm/kind-action@v1.8.0
- name: apply all service
run: |
sh ./kubernetes/bin/apply.sh

0 comments on commit 72554ff

Please sign in to comment.