Skip to content

Commit

Permalink
chore(deps): bump helm/kind-action from 1.8.0 to 1.9.0
Browse files Browse the repository at this point in the history
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/helm/kind-action/releases)
- [Commits](helm/kind-action@v1.8.0...v1.9.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 and donch committed Feb 20, 2024
1 parent 10d2d58 commit b8a6375
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup KinD
uses: helm/kind-action@v1.8.0
uses: helm/kind-action@v1.9.0
with:
node_image: kindest/node:${{ matrix.k8sversion }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup KinD
uses: helm/kind-action@v1.8.0
uses: helm/kind-action@v1.9.0
with:
node_image: kindest/node:${{ matrix.k8sversion }}

Expand Down

0 comments on commit b8a6375

Please sign in to comment.