File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
version : ${{ steps.version.outputs.value }}
21
21
22
22
steps :
23
- - uses : actions/checkout@v4
23
+ - uses : actions/checkout@v5
24
24
with :
25
25
token : ${{ secrets.ACCESS_TOKEN }}
26
26
Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ jobs:
32
32
runs-on : ubuntu-22.04
33
33
34
34
steps :
35
- - uses : actions/checkout@v4
35
+ - uses : actions/checkout@v5
36
36
37
37
- name : Setup Python 3.10
38
38
uses : actions/setup-python@v5
39
39
with :
40
- python-version : ' 3.13 '
40
+ python-version : ' 3.10 '
41
41
42
42
- name : Install dependencies
43
43
run : |
Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ jobs:
38
38
ROOT_DIR : src/${{ matrix.package }}
39
39
40
40
steps :
41
- - uses : actions/checkout@v4
41
+ - uses : actions/checkout@v5
42
42
43
43
- name : Setup Python
44
44
uses : actions/setup-python@v5
45
45
with :
46
- python-version : ' 3.13 '
46
+ python-version : ' 3.10 '
47
47
48
48
- name : Install build dependencies
49
49
run : python -m pip install --upgrade pip wheel
You can’t perform that action at this time.
0 commit comments