Skip to content

Commit b57afd3

Browse files
Bump helm/kind-action from 1.11.0 to 1.12.0 in the ci group
Bumps the ci group with 1 update: [helm/kind-action](https://github.com/helm/kind-action). Updates `helm/kind-action` from 1.11.0 to 1.12.0 - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](helm/kind-action@v1.11.0...v1.12.0) --- updated-dependencies: - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9000136 commit b57afd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ jobs:
3939
- name: Checkout
4040
uses: actions/checkout@v4
4141
- name: Setup Kubernetes
42-
uses: helm/kind-action@v1.11.0
42+
uses: helm/kind-action@v1.12.0
4343
if: matrix.provider != 'skipper'
4444
with:
4545
version: v0.23.0
4646
cluster_name: kind
4747
node_image: kindest/node:v1.30.0@sha256:047357ac0cfea04663786a612ba1eaba9702bef25227a794b52890dd8bcd692e
4848
- name: Setup Kubernetes for skipper
49-
uses: helm/kind-action@v1.11.0
49+
uses: helm/kind-action@v1.12.0
5050
if: matrix.provider == 'skipper'
5151
with:
5252
version: v0.23.0

0 commit comments

Comments
 (0)