File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 13
13
timeout-minutes : 90
14
14
steps :
15
15
- name : Checkout source
16
- uses : actions/checkout@v4.1.5
16
+ uses : actions/checkout@v5
17
17
18
18
- name : Setup Conda Environment
19
19
uses :
conda-incubator/[email protected]
Original file line number Diff line number Diff line change 28
28
name : Build (and upload)
29
29
runs-on : ubuntu-latest
30
30
steps :
31
- - uses : actions/checkout@v4.1.5
31
+ - uses : actions/checkout@v5
32
32
with :
33
33
fetch-depth : 0
34
34
- name : Set up Python
Original file line number Diff line number Diff line change 11
11
name : pre-commit hooks
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v4.1.5
14
+ - uses : actions/checkout@v5
15
15
- uses : actions/setup-python@v5
16
16
with :
17
17
python-version : ' 3.10'
Original file line number Diff line number Diff line change 17
17
pull-requests : read
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v4
20
+ - uses : actions/checkout@v5
21
21
with :
22
22
fetch-depth : 0 # Required to get tag history
23
23
- name : Check if release commit
Original file line number Diff line number Diff line change 21
21
run :
22
22
shell : bash -l {0}
23
23
steps :
24
- - uses : actions/checkout@v4.1.5
24
+ - uses : actions/checkout@v5
25
25
with :
26
26
repository : dask/distributed
27
27
Original file line number Diff line number Diff line change 63
63
64
64
steps :
65
65
- name : Checkout source
66
- uses : actions/checkout@v4.1.5
66
+ uses : actions/checkout@v5
67
67
with :
68
68
fetch-depth : 0 # Needed by codecov.io
69
69
Original file line number Diff line number Diff line change 20
20
outputs :
21
21
test-upstream : ${{ steps.detect-trigger.outputs.trigger-found }}
22
22
steps :
23
- - uses : actions/checkout@v4.1.5
23
+ - uses : actions/checkout@v5
24
24
with :
25
25
fetch-depth : 2
26
26
- uses : xarray-contrib/ci-trigger@v1
47
47
48
48
steps :
49
49
- name : Checkout source
50
- uses : actions/checkout@v4.1.5
50
+ uses : actions/checkout@v5
51
51
52
52
- name : Setup Conda Environment
53
53
uses :
conda-incubator/[email protected]
You can’t perform that action at this time.
0 commit comments