File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- uses : actions/checkout@v5
19
- - uses : actions/setup-python@v5
19
+ - uses : actions/setup-python@v6
20
20
with :
21
21
python-version : " 3.9"
22
22
-
uses :
pre-commit/[email protected]
29
29
- name : Checkout
30
30
uses : actions/checkout@v5
31
31
- name : Install CPython 3.9
32
- uses : actions/setup-python@v5
32
+ uses : actions/setup-python@v6
33
33
with :
34
34
python-version : 3.9
35
35
architecture : x64
69
69
key : python${{ matrix.python }}-${{ matrix.platform[0] }}-${{ hashFiles('**/test_manylinux.py') }}
70
70
restore-keys : python${{ matrix.python }}-${{ matrix.platform[0] }}-
71
71
- name : Install CPython ${{ matrix.python }}
72
- uses : actions/setup-python@v5
72
+ uses : actions/setup-python@v6
73
73
with :
74
74
python-version : " ${{ matrix.python }}"
75
75
allow-prereleases : true
You can’t perform that action at this time.
0 commit comments