Skip to content

Commit 0e6c882

Browse files
authored
Merge pull request #1598 from fluxcd/dependabot/github_actions/ci-d63955f9e9
build(deps): bump the ci group with 1 update
2 parents 1f07384 + 7780a85 commit 0e6c882

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
@@ -38,14 +38,14 @@ jobs:
3838
- name: Checkout
3939
uses: actions/checkout@v4
4040
- name: Setup Kubernetes
41-
uses: helm/kind-action@v1.8.0
41+
uses: helm/kind-action@v1.9.0
4242
if: matrix.provider != 'skipper'
4343
with:
4444
version: v0.20.0
4545
cluster_name: kind
4646
node_image: kindest/node:v1.27.3@sha256:9dd3392d79af1b084671b05bcf65b21de476256ad1dcc853d9f3b10b4ac52dde
4747
- name: Setup Kubernetes for skipper
48-
uses: helm/kind-action@v1.8.0
48+
uses: helm/kind-action@v1.9.0
4949
if: matrix.provider == 'skipper'
5050
with:
5151
version: v0.20.0

0 commit comments

Comments
 (0)