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
@@ -212,7 +212,7 @@ jobs:
212212 uses : astral-sh/setup-uv@v6
213213 - name : Set up Python ${{ matrix.python-version }}
214214 if : " !endsWith(matrix.python-version, 't')"
215- uses : actions/setup-python@v5
215+ uses : actions/setup-python@v6
216216 with :
217217 python-version : ${{ matrix.python-version }}
218218 architecture : ${{ matrix.architecture }}
@@ -267,7 +267,7 @@ jobs:
267267 steps :
268268 - uses : actions/checkout@v5
269269 - name : Set up Python ${{ matrix.python-version }}
270- uses : actions/setup-python@v5
270+ uses : actions/setup-python@v6
271271 with :
272272 python-version : 3
273273 - name : Display Python version
You can’t perform that action at this time.
0 commit comments