Skip to content

Commit debd64b

Browse files
committed
Update workflow actions
Signed-off-by: Stefan Prodan <[email protected]>
1 parent 24f107f commit debd64b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup CUE
2323
uses: cue-lang/setup-cue@a93fa358375740cd8b0078f76355512b9208acb1 # main
2424
with:
25-
version: v0.11.0
25+
version: v0.12.0
2626
- name: Run tests
2727
run: make test
2828
- name: Run linter

.github/workflows/e2e.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Kubernetes
2929
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
3030
with:
31-
version: v0.25.0
31+
version: v0.26.0
3232
node_image: kindest/node:v1.32.0
3333
cluster_name: kind
3434
- name: Install

0 commit comments

Comments
 (0)