File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
name : lint
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@v5
17
17
- uses : actions/setup-go@v5
18
18
with :
19
19
go-version : 1.23.7
31
31
runs-on : ubuntu-latest
32
32
steps :
33
33
- name : checkout code
34
- uses : actions/checkout@v4
34
+ uses : actions/checkout@v5
35
35
with :
36
36
fetch-depth : 1
37
37
path : go/src/sigs.k8s.io/work-api
49
49
runs-on : ubuntu-latest
50
50
steps :
51
51
- name : checkout code
52
- uses : actions/checkout@v4
52
+ uses : actions/checkout@v5
53
53
with :
54
54
fetch-depth : 1
55
55
path : go/src/sigs.k8s.io/work-api
66
66
runs-on : ubuntu-latest
67
67
steps :
68
68
- name : checkout code
69
- uses : actions/checkout@v4
69
+ uses : actions/checkout@v5
70
70
with :
71
71
fetch-depth : 1
72
72
path : go/src/sigs.k8s.io/work-api
You can’t perform that action at this time.
0 commit comments