File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-18.04
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@v1
20
+ uses : actions/checkout@v2.3.4
21
21
with :
22
22
fetch-depth : 50
23
23
- name : Run website_build.sh
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-18.04
10
10
steps :
11
11
- name : Checkout
12
- uses : actions/checkout@v1
12
+ uses : actions/checkout@v2.3.4
13
13
- name : Run epochs_update.sh
14
14
# Use a conditional step instead of a conditional job to work around #20700.
15
15
if : github.repository == 'web-platform-tests/wpt'
Original file line number Diff line number Diff line change 15
15
with :
16
16
python-version : ' 3.x'
17
17
- name : Checkout
18
- uses : actions/checkout@v1
18
+ uses : actions/checkout@v2.3.4
19
19
with :
20
20
fetch-depth : 50
21
21
- name : Install dependencies
Original file line number Diff line number Diff line change 17
17
update-pr-preview :
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v1
20
+ - uses : actions/checkout@v2.3.4
21
21
with :
22
22
fetch-depth : 1
23
23
- name : Install dependency
Original file line number Diff line number Diff line change 13
13
with :
14
14
python-version : ' 3.x'
15
15
- name : Checkout
16
- uses : actions/checkout@v2
16
+ uses : actions/checkout@v2.3.4
17
17
- name : Regenerate certs
18
18
# Use a conditional step instead of a conditional job to work around #20700.
19
19
if : github.repository == 'web-platform-tests/wpt'
You can’t perform that action at this time.
0 commit comments