File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4949 run : git fetch origin 'refs/tags/*:refs/tags/*'
5050
5151 - name : Setup Python
52- uses : actions/setup-python@v5
52+ uses : actions/setup-python@v6
5353 with :
5454 python-version : " 3.13"
5555
Original file line number Diff line number Diff line change 2828 persist-credentials : false
2929
3030 - name : Setup Python
31- uses : actions/setup-python@v5
31+ uses : actions/setup-python@v6
3232 with :
3333 python-version : " 3.13"
3434
Original file line number Diff line number Diff line change 7979 run : git fetch origin 'refs/tags/*:refs/tags/*'
8080
8181 - name : Setup Python
82- uses : actions/setup-python@v5
82+ uses : actions/setup-python@v6
8383 with :
8484 python-version : ${{ matrix.python }}
8585
@@ -169,7 +169,7 @@ jobs:
169169 # to be able to push to GitHub.
170170 persist-credentials : false
171171
172- - uses : actions/setup-python@v5
172+ - uses : actions/setup-python@v6
173173 with :
174174 # Use latest Python, so it understands all syntax.
175175 python-version : " 3.13"
You can’t perform that action at this time.
0 commit comments