File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -49,12 +49,12 @@ jobs:
4949
5050 steps :
5151 - name : Checkout array-api-compat
52- uses : actions/checkout@v4
52+ uses : actions/checkout@v5
5353 with :
5454 path : array-api-compat
5555
5656 - name : Checkout array-api-tests
57- uses : actions/checkout@v4
57+ uses : actions/checkout@v5
5858 with :
5959 repository : data-apis/array-api-tests
6060 submodules : ' true'
Original file line number Diff line number Diff line change 66 docs-build :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v4
9+ - uses : actions/checkout@v5
1010 - uses : actions/setup-python@v5
1111 - name : Install Dependencies
1212 run : |
Original file line number Diff line number Diff line change 1111 environment :
1212 name : docs-deploy
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - name : Download Artifact
1616 uses : dawidd6/action-download-artifact@v11
1717 with :
Original file line number Diff line number Diff line change 3030 runs-on : ubuntu-latest
3131
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v5
3434 with :
3535 fetch-depth : 0
3636
Original file line number Diff line number Diff line change 55 runs-on : ubuntu-latest
66 continue-on-error : true
77 steps :
8- - uses : actions/checkout@v4
8+ - uses : actions/checkout@v5
99 - name : Install Python
1010 uses : actions/setup-python@v5
1111 with :
Original file line number Diff line number Diff line change 2323 python-version : ' 3.13'
2424
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 - uses : actions/setup-python@v5
2828 with :
2929 python-version : ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments