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.2.1
37
+ uses : actions/checkout@v4.2.2
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.2.1
39
+ uses : actions/checkout@v4.2.2
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.2.1
26
+ uses : actions/checkout@v4.2.2
27
27
with :
28
28
path : repository
29
29
30
30
- name : Checkout the documentation
31
- uses : actions/checkout@v4.2.1
31
+ uses : actions/checkout@v4.2.2
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.2.1
72
+ uses : actions/checkout@v4.2.2
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.2.1
141
+ uses : actions/checkout@v4.2.2
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.2.1
38
+ uses : actions/checkout@v4.2.2
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.2.1
106
+ uses : actions/checkout@v4.2.2
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.2.1
49
+ uses : actions/checkout@v4.2.2
50
50
with :
51
51
# fetch all history so that setuptools-scm works
52
52
fetch-depth : 0
96
96
97
97
# Checkout current GMT repository
98
98
- name : Checkout the GMT source from ${{ matrix.gmt_git_ref }} branch
99
- uses : actions/checkout@v4.2.1
99
+ uses : actions/checkout@v4.2.2
100
100
with :
101
101
repository : ' GenericMappingTools/gmt'
102
102
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.2.1
47
+ uses : actions/checkout@v4.2.2
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.2.1
24
+ uses : actions/checkout@v4.2.2
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.2.1
21
+ - uses : actions/checkout@v4.2.2
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 45
45
46
46
steps :
47
47
- name : Checkout
48
- uses : actions/checkout@v4.2.1
48
+ uses : actions/checkout@v4.2.2
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 23
23
24
24
steps :
25
25
- name : Checkout
26
- uses : actions/checkout@v4.2.1
26
+ uses : actions/checkout@v4.2.2
27
27
28
28
- name : Setup data version control (DVC)
29
29
uses : iterative/setup-dvc@v1.1.2
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@v4.2.1
27
+ uses : actions/checkout@v4.2.2
28
28
29
29
# Setup Python
30
30
- name : Set up Python
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@v4.2.1
36
+ uses : actions/checkout@v4.2.2
37
37
38
38
# Setup Python
39
39
- name : Set up Python
You can’t perform that action at this time.
0 commit comments