Skip to content

Commit e7cd028

Browse files
build(deps): bump engineerd/setup-kind from 0.5.0 to 0.6.0
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] <support@github.com>
1 parent 6528a22 commit e7cd028

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-helm-deploy-nginx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
version: latest
2020
args: release --snapshot --clean --skip=publish
2121
- name: Setup kind
22-
uses: engineerd/setup-kind@v0.5.0
22+
uses: engineerd/setup-kind@v0.6.0
2323
with:
2424
config: "ci/kind-config.yaml"
2525
version: "v0.11.1"

.github/workflows/ci-helm-deploy-traefik.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
version: latest
2525
args: release --snapshot --clean --skip=publish
2626
- name: Setup kind
27-
uses: engineerd/setup-kind@v0.5.0
27+
uses: engineerd/setup-kind@v0.6.0
2828
with:
2929
config: "ci/kind-config.yaml"
3030
version: "v0.11.1"

.github/workflows/ci-kustomize-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
version: latest
2020
args: release --snapshot --clean --skip=publish
2121
- name: Setup kind
22-
uses: engineerd/setup-kind@v0.5.0
22+
uses: engineerd/setup-kind@v0.6.0
2323
with:
2424
config: "ci/kind-config.yaml"
2525
version: "v0.11.1"

0 commit comments

Comments
 (0)