File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3636 steps :
37373838 - name : Setup python
39- uses : actions/setup-python@v5
39+ uses : actions/setup-python@v6
4040 with :
4141 python-version : ${{ matrix.PYTHON.VERSION }}
4242 - name : Install nox
8080 steps :
81818282 - name : Setup python
83- uses : actions/setup-python@v5
83+ uses : actions/setup-python@v6
8484 with :
8585 python-version : ${{ matrix.PYTHON.VERSION }}
8686 - name : Install nox
@@ -109,7 +109,7 @@ jobs:
109109 steps :
110110111111 - name : Setup python
112- uses : actions/setup-python@v5
112+ uses : actions/setup-python@v6
113113 with :
114114 python-version : ${{ matrix.PYTHON.VERSION }}
115115 architecture : ${{ matrix.WINDOWS.ARCH }}
@@ -148,7 +148,7 @@ jobs:
148148 jobs : ${{ toJSON(needs) }}
149149 - name : Setup python
150150 if : ${{ always() }}
151- uses : actions/setup-python@v5
151+ uses : actions/setup-python@v6
152152 with :
153153 python-version : " 3.13"
154154 timeout-minutes : 3
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ jobs:
144144 ref : ${{ github.event.inputs.version || github.ref }}
145145 persist-credentials : false
146146 - name : Setup python
147- uses : actions/setup-python@v5
147+ uses : actions/setup-python@v6
148148 with :
149149 python-version : ${{ matrix.PYTHON.VERSION }}
150150 architecture : ${{ matrix.WINDOWS.ARCH }}
You can’t perform that action at this time.
0 commit comments