File tree 12 files changed +15
-15
lines changed
12 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 28
28
steps :
29
29
# Checkout current git repository
30
30
- name : Checkout
31
- uses : actions/checkout@v3.5.3
31
+ uses : actions/checkout@v3.6.0
32
32
with :
33
33
# fetch all history so that setuptools-scm works
34
34
fetch-depth : 0
Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ jobs:
21
21
22
22
steps :
23
23
- name : Checkout the repository
24
- uses : actions/checkout@v3.5.3
24
+ uses : actions/checkout@v3.6.0
25
25
with :
26
26
path : repository
27
27
28
28
- name : Checkout the documentation
29
- uses : actions/checkout@v3.5.3
29
+ uses : actions/checkout@v3.6.0
30
30
with :
31
31
ref : gh-pages
32
32
path : documentation
Original file line number Diff line number Diff line change 58
58
steps :
59
59
# Checkout current git repository
60
60
- name : Checkout
61
- uses : actions/checkout@v3.5.3
61
+ uses : actions/checkout@v3.6.0
62
62
with :
63
63
# fetch all history so that setuptools-scm works
64
64
fetch-depth : 0
@@ -126,7 +126,7 @@ jobs:
126
126
run : make -C doc clean all
127
127
128
128
- name : Checkout the gh-pages branch
129
- uses : actions/checkout@v3.5.3
129
+ uses : actions/checkout@v3.6.0
130
130
with :
131
131
ref : gh-pages
132
132
# Checkout to this folder instead of the current one
Original file line number Diff line number Diff line change 33
33
steps :
34
34
# Checkout current git repository
35
35
- name : Checkout
36
- uses : actions/checkout@v3.5.3
36
+ uses : actions/checkout@v3.6.0
37
37
with :
38
38
# fetch all history so that setuptools-scm works
39
39
fetch-depth : 0
Original file line number Diff line number Diff line change 87
87
steps :
88
88
# Checkout current git repository
89
89
- name : Checkout
90
- uses : actions/checkout@v3.5.3
90
+ uses : actions/checkout@v3.6.0
91
91
with :
92
92
# fetch all history so that setuptools-scm works
93
93
fetch-depth : 0
Original file line number Diff line number Diff line change 53
53
steps :
54
54
# Checkout current git repository
55
55
- name : Checkout
56
- uses : actions/checkout@v3.5.3
56
+ uses : actions/checkout@v3.6.0
57
57
if : github.event_name != 'repository_dispatch'
58
58
with :
59
59
# fetch all history so that setuptools-scm works
70
70
71
71
# Checkout the pull request branch
72
72
- name : Checkout
73
- uses : actions/checkout@v3.5.3
73
+ uses : actions/checkout@v3.6.0
74
74
if : github.event_name == 'repository_dispatch'
75
75
with :
76
76
token : ${{ steps.generate-token.outputs.token }}
Original file line number Diff line number Diff line change 45
45
steps :
46
46
# Checkout current git repository
47
47
- name : Checkout
48
- uses : actions/checkout@v3.5.3
48
+ uses : actions/checkout@v3.6.0
49
49
with :
50
50
# fetch all history so that setuptools-scm works
51
51
fetch-depth : 0
Original file line number Diff line number Diff line change 21
21
22
22
steps :
23
23
- name : Checkout
24
- uses : actions/checkout@v3.5.3
24
+ uses : actions/checkout@v3.6.0
25
25
with :
26
26
# fetch all history so that dvc diff works
27
27
fetch-depth : 0
Original file line number Diff line number Diff line change 18
18
private_key : ${{ secrets.APP_PRIVATE_KEY }}
19
19
20
20
# Checkout the pull request branch
21
- - uses : actions/checkout@v3.5.3
21
+ - uses : actions/checkout@v3.6.0
22
22
with :
23
23
token : ${{ steps.generate-token.outputs.token }}
24
24
repository : ${{ github.event.client_payload.pull_request.head.repo.full_name }}
Original file line number Diff line number Diff line change 38
38
39
39
steps :
40
40
- name : Checkout
41
- uses : actions/checkout@v3.5.3
41
+ uses : actions/checkout@v3.6.0
42
42
with :
43
43
# fetch all history so that setuptools-scm works
44
44
fetch-depth : 0
Original file line number Diff line number Diff line change 19
19
20
20
steps :
21
21
- name : Checkout
22
- uses : actions/checkout@v3.5.3
22
+ uses : actions/checkout@v3.6.0
23
23
24
24
- name : Setup data version control (DVC)
25
25
Original file line number Diff line number Diff line change 24
24
steps :
25
25
# Checkout current git repository
26
26
- name : Checkout
27
- uses : actions/checkout@v3.5.3
27
+ uses : actions/checkout@v3.6.0
28
28
29
29
# Setup Python
30
30
- name : Set up Python
You can’t perform that action at this time.
0 commit comments