File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed
Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 9494 if : needs.check_source.outputs.run_tests == 'true'
9595 steps :
9696 - uses : actions/checkout@v4
97- - uses : actions/setup-python@v5
97+ - uses : actions/setup-python@v6
9898 with :
9999 python-version : ' 3.x'
100100 - name : Runner image version
Original file line number Diff line number Diff line change 8585 runner : ${{ github.repository_owner == 'python' && 'ubuntu-24.04-aarch64' || 'ubuntu-24.04' }}
8686 steps :
8787 - uses : actions/checkout@v4
88- - uses : actions/setup-python@v5
88+ - uses : actions/setup-python@v6
8989 with :
9090 python-version : ' 3.11'
9191
@@ -138,7 +138,7 @@ jobs:
138138 - 19
139139 steps :
140140 - uses : actions/checkout@v4
141- - uses : actions/setup-python@v5
141+ - uses : actions/setup-python@v6
142142 with :
143143 python-version : ' 3.11'
144144 - name : Build with JIT enabled and GIL disabled
Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - uses : actions/checkout@v4
23- - uses : actions/setup-python@v5
23+ - uses : actions/setup-python@v6
2424 with :
2525 python-version : " 3.x"
2626 - uses : pre-commit/action@v3.0.1
Original file line number Diff line number Diff line change 5151 timeout-minutes : 10
5252 steps :
5353 - uses : actions/checkout@v4
54- - uses : actions/setup-python@v5
54+ - uses : actions/setup-python@v6
5555 with :
5656 python-version : " 3.13"
5757 cache : pip
Original file line number Diff line number Diff line change 5050 git fetch origin ${{ env.refspec_base }} --shallow-since="${DATE}" \
5151 --no-tags --prune --no-recurse-submodules
5252 - name : ' Set up Python'
53- uses : actions/setup-python@v5
53+ uses : actions/setup-python@v6
5454 with :
5555 python-version : ' 3'
5656 cache : ' pip'
8282 steps :
8383 - uses : actions/checkout@v4
8484 - name : ' Set up Python'
85- uses : actions/setup-python@v5
85+ uses : actions/setup-python@v6
8686 with :
8787 python-version : ' 3.13' # known to work with Sphinx 7.2.6
8888 cache : ' pip'
Original file line number Diff line number Diff line change 4545 - name : " Add ccache to PATH"
4646 run : echo "PATH=/usr/lib/ccache:$PATH" >> "$GITHUB_ENV"
4747 - name : " Install Python"
48- uses : actions/setup-python@v5
48+ uses : actions/setup-python@v6
4949 with :
5050 python-version : ' 3.x'
5151 - name : " Restore Python build config.cache"
Original file line number Diff line number Diff line change 2626 timeout-minutes : 10
2727 steps :
2828 - uses : actions/checkout@v4
29- - uses : actions/setup-python@v5
29+ - uses : actions/setup-python@v6
3030 with :
3131 python-version : ' 3'
3232 - name : Compare checksum of bundled wheels to the ones published on PyPI
You can’t perform that action at this time.
0 commit comments