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:
49
49
50
50
steps :
51
51
- name : Checkout array-api-compat
52
- uses : actions/checkout@v4
52
+ uses : actions/checkout@v5
53
53
with :
54
54
path : array-api-compat
55
55
56
56
- name : Checkout array-api-tests
57
- uses : actions/checkout@v4
57
+ uses : actions/checkout@v5
58
58
with :
59
59
repository : data-apis/array-api-tests
60
60
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
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 23
23
python-version : ' 3.13'
24
24
25
25
steps :
26
- - uses : actions/checkout@v4
26
+ - uses : actions/checkout@v5
27
27
- uses : actions/setup-python@v5
28
28
with :
29
29
python-version : ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments