File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 4343 target : ppc64le
4444 steps :
4545 - uses : actions/checkout@v5
46- - uses : actions/setup-python@v5
46+ - uses : actions/setup-python@v6
4747 with :
4848 python-version : 3.x
4949 allow-prereleases : true
7676 target : armv7
7777 steps :
7878 - uses : actions/checkout@v5
79- - uses : actions/setup-python@v5
79+ - uses : actions/setup-python@v6
8080 with :
8181 python-version : 3.x
8282 allow-prereleases : true
@@ -105,7 +105,7 @@ jobs:
105105 target : x86
106106 steps :
107107 - uses : actions/checkout@v5
108- - uses : actions/setup-python@v5
108+ - uses : actions/setup-python@v6
109109 with :
110110 python-version : " 3.14"
111111 architecture : ${{ matrix.platform.target }}
@@ -138,7 +138,7 @@ jobs:
138138 target : x86
139139 steps :
140140 - uses : actions/checkout@v5
141- - uses : actions/setup-python@v5
141+ - uses : actions/setup-python@v6
142142 with :
143143 python-version : " 3.14t"
144144 architecture : ${{ matrix.platform.target }}
@@ -167,7 +167,7 @@ jobs:
167167 target : aarch64
168168 steps :
169169 - uses : actions/checkout@v5
170- - uses : actions/setup-python@v5
170+ - uses : actions/setup-python@v6
171171 with :
172172 python-version : 3.x
173173 allow-prereleases : true
Original file line number Diff line number Diff line change 2323 uses : astral-sh/setup-uv@v6
2424
2525 - name : Install python
26- uses : actions/setup-python@v5
26+ uses : actions/setup-python@v6
2727 with :
2828 python-version : ${{ matrix.python-version }}
2929 architecture : ${{ matrix.architecture }}
Original file line number Diff line number Diff line change 1818 uses : astral-sh/setup-uv@v6
1919
2020 - name : Install python
21- uses : actions/setup-python@v5
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : ${{ matrix.python-version }}
2424 architecture : ${{ matrix.architecture }}
Original file line number Diff line number Diff line change 2323 uses : astral-sh/setup-uv@v6
2424
2525 - name : Install python
26- uses : actions/setup-python@v5
26+ uses : actions/setup-python@v6
2727 with :
2828 python-version : ${{ matrix.python-version }}
2929 architecture : ${{ matrix.architecture }}
Original file line number Diff line number Diff line change 1818 uses : astral-sh/setup-uv@v6
1919
2020 - name : Install python
21- uses : actions/setup-python@v5
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : " 3.x"
2424
Original file line number Diff line number Diff line change 2525 uses : astral-sh/setup-uv@v6
2626
2727 - name : Install python
28- uses : actions/setup-python@v5
28+ uses : actions/setup-python@v6
2929 with :
3030 python-version : ${{ matrix.python-version }}
3131 architecture : ${{ matrix.architecture }}
You can’t perform that action at this time.
0 commit comments