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.3.0
24
+ - uses : actions/checkout@v3.5.2
25
25
- uses : actions/setup-go@v4 # default version of go is 1.10
26
26
with :
27
27
go-version : " 1.20.3"
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.3.0
13
+ uses : actions/checkout@v3.5.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@v4
23
23
with :
24
24
go-version : " 1.20.3"
25
- - uses : actions/checkout@v3.3.0
25
+ - uses : actions/checkout@v3.5.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.3.0
25
+ - uses : actions/checkout@v3.5.2
26
26
with :
27
27
fetch-depth : 0
28
28
- uses : actions/setup-go@v4 # 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.3.0
9
+ uses : actions/checkout@v3.5.2
10
10
- name : misspell
11
11
uses : reviewdog/action-misspell@fe8d5c98c3761ef40755a7bb95460b2a33f6b346 # v1.1.0
12
12
with :
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Check out code
15
- uses : actions/checkout@v3.3.0
15
+ uses : actions/checkout@v3.5.2
16
16
with :
17
17
fetch-depth : 0
18
18
Original file line number Diff line number Diff line change 28
28
with :
29
29
go-version : " 1.20.3"
30
30
- name : Check out code
31
- uses : actions/checkout@v3.3.0
31
+ uses : actions/checkout@v3.5.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.20.3"
28
28
- name : Check out code
29
- uses : actions/checkout@v3.3.0
29
+ uses : actions/checkout@v3.5.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.3.0
67
+ uses : actions/checkout@v3.5.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.20.3"
30
30
- name : Check out code
31
- uses : actions/checkout@v3.3.0
31
+ uses : actions/checkout@v3.5.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