File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
19
19
steps :
20
20
- name : Checkout
21
- uses : actions/checkout@v4
21
+ uses : actions/checkout@v5
22
22
- name : Codespell
23
23
uses : codespell-project/actions-codespell@v2
Original file line number Diff line number Diff line change 19
19
name : lint
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@v5
23
23
- uses : actions/setup-go@v5
24
24
with :
25
25
go-version : stable
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@v4
20
+ - uses : actions/checkout@v5
21
21
- uses : actions/setup-go@v5
22
22
with :
23
23
go-version : ${{ env.GO_VERSION }}
38
38
name : " Run tests"
39
39
runs-on : ubuntu-latest
40
40
steps :
41
- - uses : actions/checkout@v4
41
+ - uses : actions/checkout@v5
42
42
- uses : actions/setup-go@v5
43
43
with :
44
44
go-version : ${{ env.GO_VERSION }}
59
59
- goos : windows
60
60
goarch : amd64
61
61
steps :
62
- - uses : actions/checkout@v4
62
+ - uses : actions/checkout@v5
63
63
- uses : actions/setup-go@v5
64
64
with :
65
65
go-version : ${{ env.GO_VERSION }}
You can’t perform that action at this time.
0 commit comments