File tree 10 files changed +13
-13
lines changed
10 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 19
19
steps :
20
20
# Checkout current git repository
21
21
- name : Checkout
22
- uses : actions/checkout@v2.3.5
22
+ uses : actions/checkout@v2.4.0
23
23
with :
24
24
# fecth all history so that setuptools-scm works
25
25
fetch-depth : 0
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
15
15
16
16
steps :
17
17
- name : Checkout the repository
18
- uses : actions/checkout@v2.3.5
18
+ uses : actions/checkout@v2.4.0
19
19
with :
20
20
path : repository
21
21
22
22
- name : Checkout the documentation
23
- uses : actions/checkout@v2.3.5
23
+ uses : actions/checkout@v2.4.0
24
24
with :
25
25
ref : gh-pages
26
26
path : documentation
Original file line number Diff line number Diff line change 49
49
50
50
# Checkout current git repository
51
51
- name : Checkout
52
- uses : actions/checkout@v2.3.5
52
+ uses : actions/checkout@v2.4.0
53
53
with :
54
54
# fecth all history so that setuptools-scm works
55
55
fetch-depth : 0
@@ -107,7 +107,7 @@ jobs:
107
107
run : make -C doc clean all
108
108
109
109
- name : Checkout the gh-pages branch
110
- uses : actions/checkout@v2.3.5
110
+ uses : actions/checkout@v2.4.0
111
111
with :
112
112
ref : gh-pages
113
113
# Checkout to this folder instead of the current one
Original file line number Diff line number Diff line change 72
72
73
73
# Checkout current git repository
74
74
- name : Checkout
75
- uses : actions/checkout@v2.3.5
75
+ uses : actions/checkout@v2.4.0
76
76
with :
77
77
# fecth all history so that setuptools-scm works
78
78
fetch-depth : 0
Original file line number Diff line number Diff line change 45
45
46
46
# Checkout current git repository
47
47
- name : Checkout
48
- uses : actions/checkout@v2.3.5
48
+ uses : actions/checkout@v2.4.0
49
49
if : github.event_name != 'repository_dispatch'
50
50
with :
51
51
# fecth all history so that setuptools-scm works
62
62
63
63
# Checkout the pull request branch
64
64
- name : Checkout
65
- uses : actions/checkout@v2.3.5
65
+ uses : actions/checkout@v2.4.0
66
66
if : github.event_name == 'repository_dispatch'
67
67
with :
68
68
token : ${{ steps.generate-token.outputs.token }}
Original file line number Diff line number Diff line change 13
13
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@v2.3.5
16
+ uses : actions/checkout@v2.4.0
17
17
with :
18
18
# fetch all history so that dvc diff works
19
19
fetch-depth : 0
Original file line number Diff line number Diff line change 14
14
private_key : ${{ secrets.APP_PRIVATE_KEY }}
15
15
16
16
# Checkout the pull request branch
17
- - uses : actions/checkout@v2.3.5
17
+ - uses : actions/checkout@v2.4.0
18
18
with :
19
19
token : ${{ steps.generate-token.outputs.token }}
20
20
repository : ${{ github.event.client_payload.pull_request.head.repo.full_name }}
Original file line number Diff line number Diff line change 23
23
24
24
steps :
25
25
- name : Checkout
26
- uses : actions/checkout@v2.3.5
26
+ uses : actions/checkout@v2.4.0
27
27
with :
28
28
# fetch all history so that setuptools-scm works
29
29
fetch-depth : 0
Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v2.3.5
19
+ uses : actions/checkout@v2.4.0
20
20
21
21
- name : Setup data version control (DVC)
22
22
Original file line number Diff line number Diff line change 16
16
steps :
17
17
# Checkout current git repository
18
18
- name : Checkout
19
- uses : actions/checkout@v2.3.5
19
+ uses : actions/checkout@v2.4.0
20
20
21
21
# Setup Miniconda
22
22
- name : Set up Python
You can’t perform that action at this time.
0 commit comments