File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 37
37
38
38
steps :
39
39
- name : Checkout repository
40
- uses : actions/checkout@v2
40
+ uses : actions/checkout@v3
41
41
42
42
# Initializes the CodeQL tools for scanning.
43
43
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 17
17
with :
18
18
go-version : ' ^1'
19
19
- name : Checkout repository
20
- uses : actions/checkout@v2
20
+ uses : actions/checkout@v3
21
21
- name : Setup golangci-lint
22
22
uses : golangci/golangci-lint-action@v2
23
23
with :
43
43
go-version : ${{ matrix.go }}
44
44
45
45
- name : Checkout Code
46
- uses : actions/checkout@v2
46
+ uses : actions/checkout@v3
47
47
with :
48
48
ref : ${{ github.ref }}
49
49
Original file line number Diff line number Diff line change 14
14
steps :
15
15
-
16
16
name : Checkout
17
- uses : actions/checkout@v2
17
+ uses : actions/checkout@v3
18
18
with :
19
19
fetch-depth : 0
20
20
-
You can’t perform that action at this time.
0 commit comments