Skip to content

Commit

Permalink
ci: bump engineerd/setup-kind from 0.5.0 to 0.6.1
Browse files Browse the repository at this point in the history
Bumps [engineerd/setup-kind](https://github.com/engineerd/setup-kind) from 0.5.0 to 0.6.1.
- [Release notes](https://github.com/engineerd/setup-kind/releases)
- [Commits](engineerd/setup-kind@v0.5.0...v0.6.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent 1ec3abd commit 746c826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
go-version: "^1.20"

- name: Setup Kind
uses: engineerd/setup-kind@v0.5.0
uses: engineerd/setup-kind@v0.6.1
with:
version: "v0.11.1"
config: ./test/kind/kind.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cyclonus-netpol-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
go-version: '^1.20'

- name: Setup Kind
uses: engineerd/setup-kind@v0.5.0
uses: engineerd/setup-kind@v0.6.1
with:
version: "v0.11.1"
config: ./test/kind/kind.yaml
Expand Down

0 comments on commit 746c826

Please sign in to comment.