File tree 7 files changed +11
-11
lines changed
7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 30
30
31
31
steps :
32
32
- name : Checkout repository
33
- uses : actions/checkout@v3
33
+ uses : actions/checkout@v4
34
34
with :
35
35
# We must fetch at least the immediate parents so that if this is
36
36
# a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 9
9
build :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
with :
14
14
fetch-depth : 2
15
15
- uses : actions/setup-go@v5
Original file line number Diff line number Diff line change 7
7
name : Ensure docs are generated
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v3
10
+ - uses : actions/checkout@v4
11
11
- name : Generate code
12
12
run : go run ./cmd/scw-doc-gen
13
13
env :
18
18
markdown-link-check :
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@v4
22
22
-
uses :
gaurav-nelson/[email protected]
23
23
with :
24
24
use-quiet-mode : ' yes'
Original file line number Diff line number Diff line change 7
7
name : lint
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v3
10
+ - uses : actions/checkout@v4
11
11
- name : golangci-lint
12
12
uses : golangci/golangci-lint-action@v4
13
13
with :
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
13
+ uses : actions/checkout@v4
14
14
with :
15
15
fetch-depth : 0
16
16
44
44
with :
45
45
version : 6.0.2
46
46
- name : Checkout
47
- uses : actions/checkout@v3
47
+ uses : actions/checkout@v4
48
48
with :
49
49
fetch-depth : 1
50
50
- name : Build
Original file line number Diff line number Diff line change 21
21
git config --global core.autocrlf false
22
22
git config --global core.eol lf
23
23
- name : Checkout
24
- uses : actions/checkout@v3
24
+ uses : actions/checkout@v4
25
25
with :
26
26
fetch-depth : 1
27
27
- name : Run unit tests
41
41
with :
42
42
go-version : ${{ matrix.go-version }}
43
43
- name : Checkout
44
- uses : actions/checkout@v3
44
+ uses : actions/checkout@v4
45
45
with :
46
46
fetch-depth : 1
47
47
- name : Build binaries
55
55
runs-on : ubuntu-latest
56
56
steps :
57
57
- name : Checkout
58
- uses : actions/checkout@v3
58
+ uses : actions/checkout@v4
59
59
with :
60
60
fetch-depth : 1
61
61
- name : Build image in Docker
Original file line number Diff line number Diff line change 21
21
with :
22
22
version : 6.0.2
23
23
- name : Checkout
24
- uses : actions/checkout@v3
24
+ uses : actions/checkout@v4
25
25
with :
26
26
fetch-depth : 1
27
27
- name : Build
You can’t perform that action at this time.
0 commit comments