Skip to content

Commit

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

build(deps): bump helm/kind-action from 1.10.0 to 1.12.0
  • Loading branch information
weizhoublue authored Dec 25, 2024
2 parents e61b3b1 + a433581 commit e2367b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/call-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:

# https://github.com/helm/kind-action
- name: Install Kind Bin
uses: helm/kind-action@v1.10.0
uses: helm/kind-action@v1.12.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 @@ -106,7 +106,7 @@ jobs:
# https://github.com/helm/kind-action
- name: Create Kind cluster
if: ${{ env.RUN_CHANGED == 'true' && env.RUN_JUST_LINT_CHART == 'false' }}
uses: helm/kind-action@v1.10.0
uses: helm/kind-action@v1.12.0
with:
wait: 120s
#kubectl_version: ${{ env.K8S_VERSION }}
Expand Down

0 comments on commit e2367b7

Please sign in to comment.