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 2323 runs-on : ubuntu-latest
2424 steps :
2525 - uses : actions/checkout@v4
26- - uses : actions/setup-python@v4
26+ - uses : actions/setup-python@v5
2727 with :
2828 python-version : " 3.9"
2929 - uses : pre-commit/action@v3.0.1
4949 with :
5050 key : test-v1
5151 - name : set up python
52- uses : actions/setup-python@v4
52+ uses : actions/setup-python@v5
5353 with :
5454 python-version : ${{ matrix.python-version }}
5555 - run : pip install -e .[testing]
7272 - ppc64le
7373 steps :
7474 - uses : actions/checkout@v4
75- - uses : actions/setup-python@v4
75+ - uses : actions/setup-python@v5
7676 with :
7777 python-version : " 3.10"
7878 - name : Build wheels
@@ -120,7 +120,7 @@ jobs:
120120 target : [x64, x86]
121121 steps :
122122 - uses : actions/checkout@v4
123- - uses : actions/setup-python@v4
123+ - uses : actions/setup-python@v5
124124 with :
125125 python-version : ' 3.10'
126126 architecture : ${{ matrix.target }}
@@ -153,7 +153,7 @@ jobs:
153153 target : [x86_64, aarch64]
154154 steps :
155155 - uses : actions/checkout@v4
156- - uses : actions/setup-python@v4
156+ - uses : actions/setup-python@v5
157157 with :
158158 python-version : ' 3.10'
159159 - name : Build wheels
You can’t perform that action at this time.
0 commit comments