File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4444 - uses : actions/checkout@v5
4545 with :
4646 fetch-depth : 0
47- - uses : actions/setup-python@v5
47+ - uses : actions/setup-python@v6
4848 with :
4949 python-version : 3
5050 - run : pip install --upgrade build twine
8383 with :
8484 name : archive
8585 path : archive/
86- - uses : actions/setup-python@v5
86+ - uses : actions/setup-python@v6
8787 with :
8888 python-version : 3
8989 - name : Display Python version
@@ -204,7 +204,7 @@ jobs:
204204 uses : astral-sh/setup-uv@v6
205205 - name : Set up Python ${{ matrix.python-version }}
206206 if : " !endsWith(matrix.python-version, 't')"
207- uses : actions/setup-python@v5
207+ uses : actions/setup-python@v6
208208 with :
209209 python-version : ${{ matrix.python-version }}
210210 architecture : ${{ matrix.architecture }}
@@ -259,7 +259,7 @@ jobs:
259259 steps :
260260 - uses : actions/checkout@v5
261261 - name : Set up Python ${{ matrix.python-version }}
262- uses : actions/setup-python@v5
262+ uses : actions/setup-python@v6
263263 with :
264264 python-version : 3
265265 - name : Display Python version
You can’t perform that action at this time.
0 commit comments