Skip to content

Commit

Permalink
Merge pull request #1598 from fluxcd/dependabot/github_actions/ci-d63…
Browse files Browse the repository at this point in the history
…955f9e9

build(deps): bump the ci group with 1 update
  • Loading branch information
aryan9600 authored Mar 5, 2024
2 parents 1f07384 + 7780a85 commit 0e6c882
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 @@ -38,14 +38,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Kubernetes
uses: helm/kind-action@v1.8.0
uses: helm/kind-action@v1.9.0
if: matrix.provider != 'skipper'
with:
version: v0.20.0
cluster_name: kind
node_image: kindest/node:v1.27.3@sha256:9dd3392d79af1b084671b05bcf65b21de476256ad1dcc853d9f3b10b4ac52dde
- name: Setup Kubernetes for skipper
uses: helm/kind-action@v1.8.0
uses: helm/kind-action@v1.9.0
if: matrix.provider == 'skipper'
with:
version: v0.20.0
Expand Down

0 comments on commit 0e6c882

Please sign in to comment.