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 1313 timeout-minutes : 90
1414 steps :
1515 - name : Checkout source
16- uses : actions/checkout@v4.1.5
16+ uses : actions/checkout@v5
1717
1818 - name : Setup Conda Environment
1919 uses :
conda-incubator/[email protected]
Original file line number Diff line number Diff line change 2828 name : Build (and upload)
2929 runs-on : ubuntu-latest
3030 steps :
31- - uses : actions/checkout@v4.1.5
31+ - uses : actions/checkout@v5
3232 with :
3333 fetch-depth : 0
3434 - name : Set up Python
Original file line number Diff line number Diff line change 1111 name : pre-commit hooks
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4.1.5
14+ - uses : actions/checkout@v5
1515 - uses : actions/setup-python@v5
1616 with :
1717 python-version : ' 3.10'
Original file line number Diff line number Diff line change 1717 pull-requests : read
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 with :
2222 fetch-depth : 0 # Required to get tag history
2323 - name : Check if release commit
Original file line number Diff line number Diff line change 2121 run :
2222 shell : bash -l {0}
2323 steps :
24- - uses : actions/checkout@v4.1.5
24+ - uses : actions/checkout@v5
2525 with :
2626 repository : dask/distributed
2727
Original file line number Diff line number Diff line change 6363
6464 steps :
6565 - name : Checkout source
66- uses : actions/checkout@v4.1.5
66+ uses : actions/checkout@v5
6767 with :
6868 fetch-depth : 0 # Needed by codecov.io
6969
Original file line number Diff line number Diff line change 2020 outputs :
2121 test-upstream : ${{ steps.detect-trigger.outputs.trigger-found }}
2222 steps :
23- - uses : actions/checkout@v4.1.5
23+ - uses : actions/checkout@v5
2424 with :
2525 fetch-depth : 2
2626 - uses : xarray-contrib/ci-trigger@v1
4747
4848 steps :
4949 - name : Checkout source
50- uses : actions/checkout@v4.1.5
50+ uses : actions/checkout@v5
5151
5252 - name : Setup Conda Environment
5353 uses :
conda-incubator/[email protected]
You can’t perform that action at this time.
0 commit comments