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 uses : actions/checkout@v5
5050
5151 - name : Set up Python 3
52- uses : actions/setup-python@v5.6.0
52+ uses : actions/setup-python@v6
5353 with :
5454 python-version : ' 3.12'
5555 cache : ' pip'
@@ -121,7 +121,7 @@ jobs:
121121 path : cpython/Doc/locales
122122
123123 - name : Set up Python 3
124- uses : actions/setup-python@v5.6.0
124+ uses : actions/setup-python@v6
125125 with :
126126 python-version : ' 3.12'
127127 cache : ' pip'
Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@v5
1919 with :
2020 persist-credentials : false
21- - uses : actions/setup-python@v5
21+ - uses : actions/setup-python@v6
2222 with :
2323 python-version : " 3.x"
2424 - uses : tox-dev/action-pre-commit-uv@v1
Original file line number Diff line number Diff line change 3333 fetch-depth : 0
3434
3535 - name : Set up Python 3
36- uses : actions/setup-python@v5.6.0
36+ uses : actions/setup-python@v6
3737 with :
3838 python-version : ' 3'
3939 cache : ' pip'
You can’t perform that action at this time.
0 commit comments