Skip to content

Commit

Permalink
Bump engineerd/setup-kind from 0.5.0 to 0.6.0
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.0.
- [Release notes](https://github.com/engineerd/setup-kind/releases)
- [Commits](engineerd/setup-kind@v0.5.0...v0.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 22, 2024
1 parent 1243bca commit 5d5aa4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
#Install and configure a kind cluster
- name: Installing Prerequisites (KinD Cluster)
uses: engineerd/setup-kind@v0.5.0
uses: engineerd/setup-kind@v0.6.0
with:
version: "v0.7.0"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/portal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

# Setting up KinD Cluster
- name: Setting up KinD Cluster
uses: engineerd/setup-kind@v0.5.0
uses: engineerd/setup-kind@v0.6.0

- name: Configuring and Testing the Cluster Installation
run: |
Expand Down

0 comments on commit 5d5aa4f

Please sign in to comment.