File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
go-version : ${{ matrix.go-version }}
31
31
32
32
- name : Checkout code
33
- uses : actions/checkout@v2
33
+ uses : actions/checkout@v3
34
34
35
35
- name : Test
36
36
run : make test
Original file line number Diff line number Diff line change 5
5
commitlint :
6
6
runs-on : ubuntu-latest
7
7
steps :
8
- - uses : actions/checkout@v2
8
+ - uses : actions/checkout@v3
9
9
with :
10
10
fetch-depth : 0
11
11
- uses : wagoid/commitlint-github-action@v4
Original file line number Diff line number Diff line change 14
14
name : lint
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v2
17
+ - uses : actions/checkout@v3
18
18
- name : golangci-lint
19
19
uses : golangci/golangci-lint-action@v2
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@v2
12
+ - uses : actions/checkout@v3
13
13
- uses : ncipollo/release-action@v1
14
14
with :
15
15
body :
You can’t perform that action at this time.
0 commit comments