File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 63
63
apt update && apt install -yqq git zip unzip zlib1g-dev zlib1g yasm
64
64
65
65
- name : Check out code
66
- uses : actions/checkout@v4.0.0
66
+ uses : actions/checkout@v4.1.1
67
67
with :
68
68
fetch-depth : 0
69
69
# Check https://github.com/livepeer/go-livepeer/pull/1891
@@ -165,7 +165,7 @@ jobs:
165
165
166
166
steps :
167
167
- name : Check out code
168
- uses : actions/checkout@v4.0.0
168
+ uses : actions/checkout@v4.1.1
169
169
with :
170
170
fetch-depth : 0
171
171
# Check https://github.com/livepeer/go-livepeer/pull/1891
Original file line number Diff line number Diff line change 22
22
runs-on : ubuntu-20.04
23
23
steps :
24
24
- name : Check out code
25
- uses : actions/checkout@v4.0.0
25
+ uses : actions/checkout@v4.1.1
26
26
with :
27
27
fetch-depth : 0
28
28
# Check https://github.com/livepeer/go-livepeer/pull/1891
@@ -106,7 +106,7 @@ jobs:
106
106
runs-on : ubuntu-20.04
107
107
steps :
108
108
- name : Check out code
109
- uses : actions/checkout@v4.0.0
109
+ uses : actions/checkout@v4.1.1
110
110
with :
111
111
fetch-depth : 0
112
112
# Check https://github.com/livepeer/go-livepeer/pull/1891
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Check out code
15
- uses : actions/checkout@v4.0.0
15
+ uses : actions/checkout@v4.1.1
16
16
17
17
- name : Block fixup commit merge
18
18
uses : 13rac1/block-fixup-merge-action@v2.0.0
Original file line number Diff line number Diff line change 13
13
if : ${{ github.event.workflow_run.conclusion == 'success' }}
14
14
steps :
15
15
- name : checkout
16
- uses : actions/checkout@v4.0.0
16
+ uses : actions/checkout@v4.1.1
17
17
with :
18
18
fetch-depth : 0
19
19
ref : ${{ github.event.workflow_run.head_branch }}
Original file line number Diff line number Diff line change 28
28
sudo apt update && sudo apt install -yqq git zip unzip zlib1g-dev zlib1g
29
29
30
30
- name : Check out code
31
- uses : actions/checkout@v4.0.0
31
+ uses : actions/checkout@v4.1.1
32
32
with :
33
33
fetch-depth : 0
34
34
# Check https://github.com/livepeer/go-livepeer/pull/1891
@@ -127,7 +127,7 @@ jobs:
127
127
128
128
steps :
129
129
- name : Check out code
130
- uses : actions/checkout@v4.0.0
130
+ uses : actions/checkout@v4.1.1
131
131
with :
132
132
fetch-depth : 0
133
133
# Check https://github.com/livepeer/go-livepeer/pull/1891
@@ -150,7 +150,7 @@ jobs:
150
150
runs-on : ubuntu-latest
151
151
steps :
152
152
- name : Check out code
153
- uses : actions/checkout@v4.0.0
153
+ uses : actions/checkout@v4.1.1
154
154
with :
155
155
# Check https://github.com/livepeer/go-livepeer/pull/1891
156
156
# for ref value discussion
You can’t perform that action at this time.
0 commit comments