Skip to content

Commit

Permalink
github-actions(deps): bump helm/kind-action from 1.10.0 to 1.12.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.12.0.
- [Release notes](https://github.com/helm/kind-action/releases)
- [Commits](helm/kind-action@v1.10.0...v1.12.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 Jan 7, 2025
1 parent 004bebe commit 9669749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-feature-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
docker-${{ runner.os }}-
- name: Create k8s KIND Cluster
uses: helm/kind-action@v1.10.0
uses: helm/kind-action@v1.12.0
with:
version: v0.21.0
wait: 90s
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-validation.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.12.0
with:
version: v0.21.0
wait: 90s
Expand Down

0 comments on commit 9669749

Please sign in to comment.