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 34
34
steps :
35
35
# Checkout current git repository
36
36
- name : Checkout
37
- uses : actions/checkout@v4.1.7
37
+ uses : actions/checkout@v4.2.0
38
38
with :
39
39
# fetch all history so that setuptools-scm works
40
40
fetch-depth : 0
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.1.7
39
+ uses : actions/checkout@v4.2.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 @@ -23,12 +23,12 @@ jobs:
23
23
24
24
steps :
25
25
- name : Checkout the repository
26
- uses : actions/checkout@v4.1.7
26
+ uses : actions/checkout@v4.2.0
27
27
with :
28
28
path : repository
29
29
30
30
- name : Checkout the documentation
31
- uses : actions/checkout@v4.1.7
31
+ uses : actions/checkout@v4.2.0
32
32
with :
33
33
ref : gh-pages
34
34
path : documentation
Original file line number Diff line number Diff line change 69
69
steps :
70
70
# Checkout current git repository
71
71
- name : Checkout
72
- uses : actions/checkout@v4.1.7
72
+ uses : actions/checkout@v4.2.0
73
73
with :
74
74
# fetch all history so that setuptools-scm works
75
75
fetch-depth : 0
@@ -138,7 +138,7 @@ jobs:
138
138
run : make -C doc clean all
139
139
140
140
- name : Checkout the gh-pages branch
141
- uses : actions/checkout@v4.1.7
141
+ uses : actions/checkout@v4.2.0
142
142
with :
143
143
ref : gh-pages
144
144
# Checkout to this folder instead of the current one
Original file line number Diff line number Diff line change 35
35
steps :
36
36
# Checkout current git repository
37
37
- name : Checkout
38
- uses : actions/checkout@v4.1.7
38
+ uses : actions/checkout@v4.2.0
39
39
with :
40
40
# fetch all history so that setuptools-scm works
41
41
fetch-depth : 0
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103
103
steps :
104
104
# Checkout current git repository
105
105
- name : Checkout
106
- uses : actions/checkout@v4.1.7
106
+ uses : actions/checkout@v4.2.0
107
107
with :
108
108
# fetch all history so that setuptools-scm works
109
109
fetch-depth : 0
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.1.7
49
+ uses : actions/checkout@v4.2.0
50
50
with :
51
51
# fetch all history so that setuptools-scm works
52
52
fetch-depth : 0
88
88
89
89
# Checkout current GMT repository
90
90
- name : Checkout the GMT source from ${{ matrix.gmt_git_ref }} branch
91
- uses : actions/checkout@v4.1.7
91
+ uses : actions/checkout@v4.2.0
92
92
with :
93
93
repository : ' GenericMappingTools/gmt'
94
94
ref : ${{ matrix.gmt_git_ref }}
Original file line number Diff line number Diff line change 44
44
steps :
45
45
# Checkout current git repository
46
46
- name : Checkout
47
- uses : actions/checkout@v4.1.7
47
+ uses : actions/checkout@v4.2.0
48
48
with :
49
49
# fetch all history so that setuptools-scm works
50
50
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@v4.1.7
24
+ uses : actions/checkout@v4.2.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@v4.1.7
21
+ - uses : actions/checkout@v4.2.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 }}
You can’t perform that action at this time.
0 commit comments