File tree 11 files changed +14
-14
lines changed
11 files changed +14
-14
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@v3.3 .0
22
+ uses : actions/checkout@v3.4 .0
23
23
with :
24
24
# fetch 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@v3.3 .0
18
+ uses : actions/checkout@v3.4 .0
19
19
with :
20
20
path : repository
21
21
22
22
- name : Checkout the documentation
23
- uses : actions/checkout@v3.3 .0
23
+ uses : actions/checkout@v3.4 .0
24
24
with :
25
25
ref : gh-pages
26
26
path : documentation
Original file line number Diff line number Diff line change 48
48
49
49
# Checkout current git repository
50
50
- name : Checkout
51
- uses : actions/checkout@v3.3 .0
51
+ uses : actions/checkout@v3.4 .0
52
52
with :
53
53
# fetch all history so that setuptools-scm works
54
54
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@v3.3 .0
110
+ uses : actions/checkout@v3.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 68
68
69
69
# Checkout current git repository
70
70
- name : Checkout
71
- uses : actions/checkout@v3.3 .0
71
+ uses : actions/checkout@v3.4 .0
72
72
with :
73
73
# fetch all history so that setuptools-scm works
74
74
fetch-depth : 0
Original file line number Diff line number Diff line change 44
44
45
45
# Checkout current git repository
46
46
- name : Checkout
47
- uses : actions/checkout@v3.3 .0
47
+ uses : actions/checkout@v3.4 .0
48
48
if : github.event_name != 'repository_dispatch'
49
49
with :
50
50
# fetch all history so that setuptools-scm works
61
61
62
62
# Checkout the pull request branch
63
63
- name : Checkout
64
- uses : actions/checkout@v3.3 .0
64
+ uses : actions/checkout@v3.4 .0
65
65
if : github.event_name == 'repository_dispatch'
66
66
with :
67
67
token : ${{ steps.generate-token.outputs.token }}
Original file line number Diff line number Diff line change 42
42
43
43
# Checkout current git repository
44
44
- name : Checkout
45
- uses : actions/checkout@v3.3 .0
45
+ uses : actions/checkout@v3.4 .0
46
46
with :
47
47
# fetch all history so that setuptools-scm works
48
48
fetch-depth : 0
Original file line number Diff line number Diff line change 13
13
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@v3.3 .0
16
+ uses : actions/checkout@v3.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@v3.3 .0
17
+ - uses : actions/checkout@v3.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@v3.3 .0
26
+ uses : actions/checkout@v3.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@v3.3 .0
19
+ uses : actions/checkout@v3.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@v3.3 .0
19
+ uses : actions/checkout@v3.4 .0
20
20
21
21
# Setup Python
22
22
- name : Set up Python
You can’t perform that action at this time.
0 commit comments