File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 21
21
name : Performance regression check
22
22
runs-on : ubuntu-latest
23
23
steps :
24
- - uses : actions/checkout@v3.5 .2
24
+ - uses : actions/checkout@v4.1 .2
25
25
- uses : actions/setup-go@v5 # default version of go is 1.10
26
26
with :
27
27
go-version : 1.21.6
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v3.5 .2
13
+ uses : actions/checkout@v4.1 .2
14
14
with :
15
15
fetch-depth : 0
16
16
- name : Set up Go 1.x
Original file line number Diff line number Diff line change 22
22
uses : actions/setup-go@v5
23
23
with :
24
24
go-version : 1.21.6
25
- - uses : actions/checkout@v3.5 .2
25
+ - uses : actions/checkout@v4.1 .2
26
26
with :
27
27
fetch-depth : ' 0'
28
28
- name : golangci-lint
Original file line number Diff line number Diff line change 22
22
with :
23
23
kubectl_version : v1.25.0
24
24
cluster_name : kinder
25
- - uses : actions/checkout@v3.5 .2
25
+ - uses : actions/checkout@v4.1 .2
26
26
with :
27
27
fetch-depth : 0
28
28
- uses : actions/setup-go@v5 # default version of go is 1.10
Original file line number Diff line number Diff line change 6
6
runs-on : ubuntu-latest
7
7
steps :
8
8
- name : Check out code.
9
- uses : actions/checkout@v3.5 .2
9
+ uses : actions/checkout@v4.1 .2
10
10
- name : misspell
11
11
uses : reviewdog/action-misspell@06d6a480724fa783c220081bbc22336a78dbbe82 # v1.1.0
12
12
with :
Original file line number Diff line number Diff line change 16
16
id-token : write
17
17
steps :
18
18
- name : Check out code
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@v4.1.2
20
20
with :
21
21
fetch-depth : 0
22
22
Original file line number Diff line number Diff line change 28
28
with :
29
29
go-version : 1.21.6
30
30
- name : Check out code
31
- uses : actions/checkout@v3.5 .2
31
+ uses : actions/checkout@v4.1 .2
32
32
with :
33
33
fetch-depth : 0
34
34
- name : Install Carvel Tools
Original file line number Diff line number Diff line change 26
26
with :
27
27
go-version : 1.21.6
28
28
- name : Check out code
29
- uses : actions/checkout@v3.5 .2
29
+ uses : actions/checkout@v4.1 .2
30
30
with :
31
31
fetch-depth : 0
32
32
- name : Install Carvel Tools
Original file line number Diff line number Diff line change 64
64
security-events : write
65
65
steps :
66
66
- name : Checkout
67
- uses : actions/checkout@v3.5 .2
67
+ uses : actions/checkout@v4.1 .2
68
68
with :
69
69
fetch-depth : 0
70
70
- name : Set up Go 1.x
Original file line number Diff line number Diff line change 28
28
with :
29
29
go-version : 1.21.6
30
30
- name : Check out code
31
- uses : actions/checkout@v3.5 .2
31
+ uses : actions/checkout@v4.1 .2
32
32
- name : Install Carvel Tools
33
33
run : ./hack/install-deps.sh
34
34
- name : Run Upgrade Test
You can’t perform that action at this time.
0 commit comments