File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
os : [ubuntu-latest, windows-latest]
20
20
steps :
21
21
- name : Checkout
22
- uses : actions/checkout@v3
22
+ uses : actions/checkout@v4
23
23
- name : Set up Go
24
24
uses : actions/setup-go@v4
25
25
with :
Original file line number Diff line number Diff line change 12
12
13
13
steps :
14
14
- name : Checkout repository
15
- uses : actions/checkout@v3
15
+ uses : actions/checkout@v4
16
16
with :
17
17
# We must fetch at least the immediate parents so that if this is
18
18
# a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
- name : Set up Go
18
18
uses : actions/setup-go@v4
19
19
with :
You can’t perform that action at this time.
0 commit comments