File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ jobs:
23
23
fail-fast : false
24
24
steps :
25
25
- name : Checkout array-api-strict
26
- uses : actions/checkout@v4
26
+ uses : actions/checkout@v5
27
27
with :
28
28
path : array-api-strict
29
29
- name : Checkout array-api-tests
30
- uses : actions/checkout@v4
30
+ uses : actions/checkout@v5
31
31
with :
32
32
repository : data-apis/array-api-tests
33
33
submodules : ' true'
Original file line number Diff line number Diff line change 6
6
docs-build :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v4
9
+ - uses : actions/checkout@v5
10
10
- uses : actions/setup-python@v5
11
11
- name : Install Dependencies
12
12
run : |
Original file line number Diff line number Diff line change 11
11
environment :
12
12
name : docs-deploy
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
- name : Download Artifact
16
16
uses : dawidd6/action-download-artifact@v11
17
17
with :
Original file line number Diff line number Diff line change 30
30
runs-on : ubuntu-latest
31
31
32
32
steps :
33
- - uses : actions/checkout@v4
33
+ - uses : actions/checkout@v5
34
34
with :
35
35
fetch-depth : 0
36
36
83
83
84
84
steps :
85
85
- name : Download distribution artifact
86
- uses : actions/download-artifact@v4
86
+ uses : actions/download-artifact@v5
87
87
with :
88
88
name : dist-artifact
89
89
path : dist
Original file line number Diff line number Diff line change 5
5
runs-on : ubuntu-latest
6
6
continue-on-error : true
7
7
steps :
8
- - uses : actions/checkout@v4
8
+ - uses : actions/checkout@v5
9
9
- name : Install Python
10
10
uses : actions/setup-python@v5
11
11
with :
Original file line number Diff line number Diff line change 16
16
numpy-version : ' 1.26'
17
17
fail-fast : false
18
18
steps :
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@v5
20
20
- uses : actions/setup-python@v5
21
21
with :
22
22
python-version : ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments