File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 34
34
35
35
steps :
36
36
- name : Check out code
37
- uses : actions/checkout@v3
37
+ uses : actions/checkout@v4
38
38
with :
39
39
fetch-depth : 0
40
40
# Check https://github.com/livepeer/go-livepeer/pull/1891
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Check out code
18
- uses : actions/checkout@v3
18
+ uses : actions/checkout@v4
19
19
with :
20
20
fetch-depth : 0
21
21
# Check https://github.com/livepeer/go-livepeer/pull/1891
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest-m
17
17
steps :
18
18
- name : Check out code
19
- uses : actions/checkout@v3
19
+ uses : actions/checkout@v4
20
20
with :
21
21
fetch-depth : 0
22
22
# Check https://github.com/livepeer/go-livepeer/pull/1891
78
78
79
79
steps :
80
80
- name : Check out code
81
- uses : actions/checkout@v3
81
+ uses : actions/checkout@v4
82
82
with :
83
83
fetch-depth : 0
84
84
ref : ${{ github.event.pull_request.head.sha }}
You can’t perform that action at this time.
0 commit comments