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 38
38
39
39
steps :
40
40
- name : Checkout repository
41
- uses : actions/checkout@v3
41
+ uses : actions/checkout@v4
42
42
43
43
# Initializes the CodeQL tools for scanning.
44
44
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 17
17
with :
18
18
go-version : ' ^1.21'
19
19
- name : Checkout repository
20
- uses : actions/checkout@v3
20
+ uses : actions/checkout@v4
21
21
- name : Setup golangci-lint
22
22
uses : golangci/golangci-lint-action@v3
23
23
with :
45
45
go-version : ${{ matrix.go }}
46
46
47
47
- name : Checkout Code
48
- uses : actions/checkout@v3
48
+ uses : actions/checkout@v4
49
49
with :
50
50
ref : ${{ github.ref }}
51
51
Original file line number Diff line number Diff line change 14
14
steps :
15
15
-
16
16
name : Checkout
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
with :
19
19
fetch-depth : 0
20
20
-
You can’t perform that action at this time.
0 commit comments