File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ jobs:
16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Checkout main
19
- uses : actions/checkout@v2
19
+ uses : actions/checkout@v3
20
20
21
21
- uses : actions/setup-node@v2
22
22
with :
23
23
node-version : ' 16'
24
24
25
- - uses : actions/setup-go@v2
25
+ - uses : actions/setup-go@v3
26
26
with :
27
27
go-version : 1.18
28
28
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v3
14
14
with :
15
15
fetch-depth : 0
16
16
- name : Set up Go
17
- uses : actions/setup-go@v2
17
+ uses : actions/setup-go@v3
18
18
with :
19
19
go-version : 1.18
20
20
Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ jobs:
16
16
sudo apt install -y bird2
17
17
18
18
- name : Set up Go
19
- uses : actions/setup-go@v2
19
+ uses : actions/setup-go@v3
20
20
with :
21
21
go-version : 1.18
22
22
23
23
- name : Check out code into the Go module directory
24
- uses : actions/checkout@v2
24
+ uses : actions/checkout@v3
25
25
26
26
- name : golangci-lint
27
- uses : golangci/golangci-lint-action@v2
27
+ uses : golangci/golangci-lint-action@v3
28
28
with :
29
29
args : -E gosec
30
30
You can’t perform that action at this time.
0 commit comments