Skip to content

Commit

Permalink
Merge pull request #1751 from fluxcd/dependabot/github_actions/ci-cba…
Browse files Browse the repository at this point in the history
…3cefdba

Bump helm/kind-action from 1.11.0 to 1.12.0 in the ci group
  • Loading branch information
stefanprodan authored Dec 23, 2024
2 parents 9000136 + b57afd3 commit 16a6075
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Kubernetes
uses: helm/kind-action@v1.11.0
uses: helm/kind-action@v1.12.0
if: matrix.provider != 'skipper'
with:
version: v0.23.0
cluster_name: kind
node_image: kindest/node:v1.30.0@sha256:047357ac0cfea04663786a612ba1eaba9702bef25227a794b52890dd8bcd692e
- name: Setup Kubernetes for skipper
uses: helm/kind-action@v1.11.0
uses: helm/kind-action@v1.12.0
if: matrix.provider == 'skipper'
with:
version: v0.23.0
Expand Down

0 comments on commit 16a6075

Please sign in to comment.