File tree Expand file tree Collapse file tree 14 files changed +17
-17
lines changed Expand file tree Collapse file tree 14 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 36
36
steps :
37
37
# Checkout current git repository
38
38
- name : Checkout
39
- uses : actions/checkout@v4.2.2
39
+ uses : actions/checkout@v5.0.0
40
40
with :
41
41
# fetch all history so that setuptools-scm works
42
42
fetch-depth : 0
Original file line number Diff line number Diff line change 38
38
steps :
39
39
# Checkout current git repository
40
40
- name : Checkout
41
- uses : actions/checkout@v4.2.2
41
+ uses : actions/checkout@v5.0.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 @@ -26,13 +26,13 @@ jobs:
26
26
27
27
steps :
28
28
- name : Checkout the repository
29
- uses : actions/checkout@v4.2.2
29
+ uses : actions/checkout@v5.0.0
30
30
with :
31
31
path : repository
32
32
persist-credentials : false
33
33
34
34
- name : Checkout the documentation
35
- uses : actions/checkout@v4.2.2
35
+ uses : actions/checkout@v5.0.0
36
36
with :
37
37
ref : gh-pages
38
38
path : documentation
Original file line number Diff line number Diff line change 71
71
steps :
72
72
# Checkout current git repository
73
73
- name : Checkout
74
- uses : actions/checkout@v4.2.2
74
+ uses : actions/checkout@v5.0.0
75
75
with :
76
76
# fetch all history so that setuptools-scm works
77
77
fetch-depth : 0
@@ -168,7 +168,7 @@ jobs:
168
168
REF_NAME : ${{ github.ref_name }}
169
169
170
170
- name : Checkout the gh-pages branch
171
- uses : actions/checkout@v4.2.2
171
+ uses : actions/checkout@v5.0.0
172
172
with :
173
173
ref : gh-pages
174
174
# Checkout to this folder instead of the current one
Original file line number Diff line number Diff line change 37
37
steps :
38
38
# Checkout current git repository
39
39
- name : Checkout
40
- uses : actions/checkout@v4.2.2
40
+ uses : actions/checkout@v5.0.0
41
41
with :
42
42
# fetch all history so that setuptools-scm works
43
43
fetch-depth : 0
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104
104
steps :
105
105
# Checkout current git repository
106
106
- name : Checkout
107
- uses : actions/checkout@v4.2.2
107
+ uses : actions/checkout@v5.0.0
108
108
with :
109
109
# fetch all history so that setuptools-scm works
110
110
fetch-depth : 0
Original file line number Diff line number Diff line change 48
48
steps :
49
49
# Checkout current git repository
50
50
- name : Checkout
51
- uses : actions/checkout@v4.2.2
51
+ uses : actions/checkout@v5.0.0
52
52
with :
53
53
# fetch all history so that setuptools-scm works
54
54
fetch-depth : 0
94
94
95
95
# Checkout current GMT repository
96
96
- name : Checkout the GMT source from ${{ matrix.gmt_git_ref }} branch
97
- uses : actions/checkout@v4.2.2
97
+ uses : actions/checkout@v5.0.0
98
98
with :
99
99
repository : ' GenericMappingTools/gmt'
100
100
ref : ${{ matrix.gmt_git_ref }}
Original file line number Diff line number Diff line change 46
46
steps :
47
47
# Checkout current git repository
48
48
- name : Checkout
49
- uses : actions/checkout@v4.2.2
49
+ uses : actions/checkout@v5.0.0
50
50
with :
51
51
# fetch all history so that setuptools-scm works
52
52
fetch-depth : 0
Original file line number Diff line number Diff line change 23
23
24
24
steps :
25
25
- name : Checkout
26
- uses : actions/checkout@v4.2.2
26
+ uses : actions/checkout@v5.0.0
27
27
with :
28
28
# fetch all history so that dvc diff works
29
29
fetch-depth : 0
Original file line number Diff line number Diff line change 23
23
private-key : ${{ secrets.APP_PRIVATE_KEY }}
24
24
25
25
# Checkout the pull request branch
26
- - uses : actions/checkout@v4.2.2
26
+ - uses : actions/checkout@v5.0.0
27
27
with :
28
28
token : ${{ steps.generate-token.outputs.token }}
29
29
repository : ${{ github.event.client_payload.pull_request.head.repo.full_name }}
You can’t perform that action at this time.
0 commit comments