Skip to content

Commit

Permalink
github-actions(deps): bump helm/kind-action from 1.10.0 to 1.11.0
Browse files Browse the repository at this point in the history
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/helm/kind-action/releases)
- [Commits](helm/kind-action@v1.10.0...v1.11.0)

---
updated-dependencies:
- dependency-name: helm/kind-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 17, 2024
1 parent add30eb commit 8656d9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v4

- name: Create k8s KIND Cluster
uses: helm/kind-action@v1.10.0
uses: helm/kind-action@v1.11.0
with:
version: v0.21.0
wait: 90s
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
version: v3.16.3

- name: Create Kind Cluster
uses: helm/kind-action@v1.10.0
uses: helm/kind-action@v1.11.0
with:
version: v0.21.0
wait: 90s
Expand Down

0 comments on commit 8656d9d

Please sign in to comment.