File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
- name : Codespell
19
19
uses : codespell-project/actions-codespell@v2
Original file line number Diff line number Diff line change 17
17
- goos : windows
18
18
goarch : amd64
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
- uses : actions/setup-go@v4
22
22
with :
23
23
go-version : ${{ env.GO_VERSION }}
34
34
name : " Run tests"
35
35
runs-on : ubuntu-latest
36
36
steps :
37
- - uses : actions/checkout@v3
37
+ - uses : actions/checkout@v4
38
38
- uses : actions/setup-go@v4
39
39
with :
40
40
go-version : ${{ env.GO_VERSION }}
55
55
- goos : windows
56
56
goarch : amd64
57
57
steps :
58
- - uses : actions/checkout@v3
58
+ - uses : actions/checkout@v4
59
59
- uses : actions/setup-go@v4
60
60
with :
61
61
go-version : ${{ env.GO_VERSION }}
You can’t perform that action at this time.
0 commit comments