File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- uses : actions/checkout@v4
26
- - uses : actions/setup-python@v4
26
+ - uses : actions/setup-python@v5
27
27
with :
28
28
python-version : " 3.9"
29
29
- uses : pre-commit/action@v3.0.1
49
49
with :
50
50
key : test-v1
51
51
- name : set up python
52
- uses : actions/setup-python@v4
52
+ uses : actions/setup-python@v5
53
53
with :
54
54
python-version : ${{ matrix.python-version }}
55
55
- run : pip install -e .[testing]
72
72
- ppc64le
73
73
steps :
74
74
- uses : actions/checkout@v4
75
- - uses : actions/setup-python@v4
75
+ - uses : actions/setup-python@v5
76
76
with :
77
77
python-version : " 3.10"
78
78
- name : Build wheels
@@ -120,7 +120,7 @@ jobs:
120
120
target : [x64, x86]
121
121
steps :
122
122
- uses : actions/checkout@v4
123
- - uses : actions/setup-python@v4
123
+ - uses : actions/setup-python@v5
124
124
with :
125
125
python-version : ' 3.10'
126
126
architecture : ${{ matrix.target }}
@@ -153,7 +153,7 @@ jobs:
153
153
target : [x86_64, aarch64]
154
154
steps :
155
155
- uses : actions/checkout@v4
156
- - uses : actions/setup-python@v4
156
+ - uses : actions/setup-python@v5
157
157
with :
158
158
python-version : ' 3.10'
159
159
- name : Build wheels
You can’t perform that action at this time.
0 commit comments