File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 23
23
24
24
steps :
25
25
- name : checkout the repository
26
- uses : actions/checkout@v4
26
+ uses : actions/checkout@v5
27
27
with :
28
28
# need to fetch all tags to get a correct version
29
29
fetch-depth : 0 # fetch all branches and tags
Original file line number Diff line number Diff line change 20
20
outputs :
21
21
triggered : ${{ steps.detect-trigger.outputs.trigger-found }}
22
22
steps :
23
- - uses : actions/checkout@v4
23
+ - uses : actions/checkout@v5
24
24
with :
25
25
fetch-depth : 2
26
26
- uses : xarray-contrib/ci-trigger@v1
55
55
56
56
steps :
57
57
- name : checkout the repository
58
- uses : actions/checkout@v4
58
+ uses : actions/checkout@v5
59
59
with :
60
60
# need to fetch all tags to get a correct version
61
61
fetch-depth : 0 # fetch all branches and tags
Original file line number Diff line number Diff line change 25
25
outputs :
26
26
triggered : ${{ steps.detect-trigger.outputs.trigger-found }}
27
27
steps :
28
- - uses : actions/checkout@v4
28
+ - uses : actions/checkout@v5
29
29
with :
30
30
fetch-depth : 2
31
31
-
uses :
xarray-contrib/[email protected]
58
58
59
59
steps :
60
60
- name : checkout the repository
61
- uses : actions/checkout@v4
61
+ uses : actions/checkout@v5
62
62
with :
63
63
# need to fetch all tags to get a correct version
64
64
fetch-depth : 0 # fetch all branches and tags
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
if : github.repository == 'xarray-contrib/pint-xarray'
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@v5
14
14
with :
15
15
fetch-depth : 0
16
16
You can’t perform that action at this time.
0 commit comments