Skip to content

Commit

Permalink
Merge pull request #2382 from yurake/renovate/helm-kind-action-1.x
Browse files Browse the repository at this point in the history
Update dependency helm/kind-action to v1.2.0
  • Loading branch information
renovate[bot] committed Jun 30, 2021
2 parents f7de70a + e6f9688 commit d6336cb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Kind Cluster
uses: helm/kind-action@v1.1.0
uses: helm/kind-action@v1.2.0

- name: Print cluster information
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kind-openliberty-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: checkout
uses: actions/checkout@v2
- name: Kind Cluster
uses: helm/kind-action@v1.1.0
uses: helm/kind-action@v1.2.0
- name: apply minimal service
run: |
sh ./kubernetes/bin/apply-default-openliberty.sh
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 @@ -18,7 +18,7 @@ jobs:
- name: checkout
uses: actions/checkout@v2
- name: Kind Cluster
uses: helm/kind-action@v1.1.0
uses: helm/kind-action@v1.2.0
- name: apply minimal service
run: |
sh ./kubernetes/bin/apply-default-quarkus.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kind-spring-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: checkout
uses: actions/checkout@v2
- name: Kind Cluster
uses: helm/kind-action@v1.1.0
uses: helm/kind-action@v1.2.0
- name: apply minimal service
run: |
sh ./kubernetes/bin/apply-default-spring.sh
Expand Down

0 comments on commit d6336cb

Please sign in to comment.