Skip to content

Commit

Permalink
Merge pull request #3576 from spidernet-io/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…helm/kind-action-1.10.0

build(deps): bump helm/kind-action from 1.8.0 to 1.10.0
  • Loading branch information
weizhoublue committed Jun 11, 2024
2 parents e4c3941 + 5973934 commit ff5403a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-upgrade-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
go-version: 1.21.4

- name: Install Kind Bin
uses: helm/kind-action@v1.8.0
uses: helm/kind-action@v1.10.0
with:
install_only: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-lint-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
# https://github.com/helm/kind-action
- name: Create Kind cluster
if: ${{ env.changed == 'true' }}
uses: helm/kind-action@v1.8.0
uses: helm/kind-action@v1.10.0
with:
wait: 120s

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:

# https://github.com/helm/kind-action
- name: Install Kind Bin
uses: helm/kind-action@v1.8.0
uses: helm/kind-action@v1.10.0
with:
install_only: true

Expand Down

0 comments on commit ff5403a

Please sign in to comment.