Skip to content

Commit 16a6075

Browse files
authored
Merge pull request #1751 from fluxcd/dependabot/github_actions/ci-cba3cefdba
Bump helm/kind-action from 1.11.0 to 1.12.0 in the ci group
2 parents 9000136 + b57afd3 commit 16a6075

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yaml

+2-2
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)