File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 - uses : actions/checkout@v4
105105 with :
106106 persist-credentials : false
107- - uses : actions/setup-python@v5
107+ - uses : actions/setup-python@v6
108108 with :
109109 python-version : ' 3.x'
110110 - name : Runner image version
Original file line number Diff line number Diff line change 9191 - uses : actions/checkout@v4
9292 with :
9393 persist-credentials : false
94- - uses : actions/setup-python@v5
94+ - uses : actions/setup-python@v6
9595 with :
9696 python-version : ' 3.11'
9797
@@ -141,7 +141,7 @@ jobs:
141141 # - uses: actions/checkout@v4
142142 # with:
143143 # persist-credentials: false
144- # - uses: actions/setup-python@v5
144+ # - uses: actions/setup-python@v6
145145 # with:
146146 # python-version: '3.11'
147147 # - name: Build with JIT enabled and GIL disabled
Original file line number Diff line number Diff line change 2222 - uses : actions/checkout@v4
2323 with :
2424 persist-credentials : false
25- - uses : actions/setup-python@v5
25+ - uses : actions/setup-python@v6
2626 with :
2727 python-version : " 3.x"
2828 - uses : pre-commit/action@v3.0.1
Original file line number Diff line number Diff line change 6161 - uses : actions/checkout@v4
6262 with :
6363 persist-credentials : false
64- - uses : actions/setup-python@v5
64+ - uses : actions/setup-python@v6
6565 with :
6666 python-version : " 3.13"
6767 cache : pip
Original file line number Diff line number Diff line change 5050 run-windows-tests : ${{ steps.changes.outputs.run-windows-tests }}
5151 steps :
5252 - name : Set up Python
53- uses : actions/setup-python@v5
53+ uses : actions/setup-python@v6
5454 with :
5555 python-version : " 3"
5656
Original file line number Diff line number Diff line change 5252 git fetch origin "${refspec_base}" --shallow-since="${DATE}" \
5353 --no-tags --prune --no-recurse-submodules
5454 - name : ' Set up Python'
55- uses : actions/setup-python@v5
55+ uses : actions/setup-python@v6
5656 with :
5757 python-version : ' 3'
5858 cache : ' pip'
Original file line number Diff line number Diff line change 5050 - name : " Add ccache to PATH"
5151 run : echo "PATH=/usr/lib/ccache:$PATH" >> "$GITHUB_ENV"
5252 - name : " Install Python"
53- uses : actions/setup-python@v5
53+ uses : actions/setup-python@v6
5454 with :
5555 python-version : ' 3.x'
5656 - name : " Runner image version"
Original file line number Diff line number Diff line change 7575 - uses : actions/checkout@v4
7676 with :
7777 persist-credentials : false
78- - uses : actions/setup-python@v5
78+ - uses : actions/setup-python@v6
7979 with :
8080 python-version : ' 3.11'
8181
Original file line number Diff line number Diff line change 2828 - uses : actions/checkout@v4
2929 with :
3030 persist-credentials : false
31- - uses : actions/setup-python@v5
31+ - uses : actions/setup-python@v6
3232 with :
3333 python-version : ' 3'
3434 - name : Compare checksum of bundled wheels to the ones published on PyPI
You can’t perform that action at this time.
0 commit comments