File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 42
42
~/go/pkg/mod
43
43
key : go-cache-${{ runner.os }}-${{ hashFiles('**/go.sum') }}
44
44
- name : Create kind cluster
45
- uses : helm/kind-action@v1.9 .0
45
+ uses : helm/kind-action@v1.10 .0
46
46
with :
47
47
node_image : kindest/node:${{ matrix.k8s-version }}
48
48
kubectl_version : ${{ matrix.k8s-version }}
Original file line number Diff line number Diff line change 44
44
make unittest
45
45
46
46
- name : Create kind cluster
47
- uses : helm/kind-action@v1.9 .0
47
+ uses : helm/kind-action@v1.10 .0
48
48
# Only build a kind cluster if there are chart changes to test.
49
49
if : steps.list-changed.outputs.changed == 'true'
50
50
Original file line number Diff line number Diff line change 42
42
~/go/pkg/mod
43
43
key : go-cache-${{ runner.os }}-${{ hashFiles('**/go.sum') }}
44
44
- name : Create kind cluster
45
- uses : helm/kind-action@v1.9 .0
45
+ uses : helm/kind-action@v1.10 .0
46
46
with :
47
47
node_image : kindest/node:${{ matrix.k8s-version }}
48
48
kubectl_version : ${{ matrix.k8s-version }}
You can’t perform that action at this time.
0 commit comments