File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
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
35
35
# Initializes the CodeQL tools for scanning.
36
36
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 31
31
32
32
steps :
33
33
- name : Check out code into the Go module directory
34
- uses : actions/checkout@v3
34
+ uses : actions/checkout@v4
35
35
36
36
- name : Set up Go ${{ matrix.go }}
37
37
uses : actions/setup-go@v4
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- name : Check out code into the Go module directory
10
- uses : actions/checkout@v3
10
+ uses : actions/checkout@v4
11
11
- name : golangci-lint
12
12
uses : reviewdog/action-golangci-lint@v2
13
13
with :
17
17
actionlint :
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
- uses : reviewdog/action-actionlint@v1
22
22
with :
23
23
reporter : github-pr-review
You can’t perform that action at this time.
0 commit comments