Skip to content

Commit

Permalink
Merge pull request #346 from coryodaniel/dependabot/github_actions/en…
Browse files Browse the repository at this point in the history
…gineerd/setup-kind-0.6.2

chore(deps): bump engineerd/setup-kind from 0.5.0 to 0.6.2
  • Loading branch information
mruoss authored Jan 9, 2025
2 parents 192dc57 + 90da2a4 commit 495427e
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.7

- uses: engineerd/setup-kind@v0.5.0
- uses: engineerd/setup-kind@v0.6.2
id: kind
with:
version: v0.18.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/k8s_matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# https://hub.docker.com/r/kindest/node/tags
k8s_version: [v1.26.6, v1.27.3, v1.28.0, v1.29.0]
steps:
- uses: engineerd/setup-kind@v0.5.0
- uses: engineerd/setup-kind@v0.6.2
id: kind
with:
version: v0.18.0
Expand Down

0 comments on commit 495427e

Please sign in to comment.