File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@v5
20
20
21
21
- name : Set up Python 3.x
22
22
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 28
28
29
29
steps :
30
30
- name : Checkout
31
- uses : actions/checkout@v4
31
+ uses : actions/checkout@v5
32
32
with :
33
33
# fecth all history so that setuptools-scm works
34
34
fetch-depth : 0
Original file line number Diff line number Diff line change 12
12
if : github.repository == 'seisman/HinetPy'
13
13
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
17
17
- name : Set up Python
18
18
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 33
33
34
34
steps :
35
35
- name : Checkout
36
- uses : actions/checkout@v4
36
+ uses : actions/checkout@v5
37
37
with :
38
38
# fecth all history so that setuptools-scm works
39
39
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments