File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5454 steps :
5555 - uses : actions/checkout@v5
5656 - name : Set up Python ${{ matrix.python }}
57- uses : actions/setup-python@v5
57+ uses : actions/setup-python@v6
5858 if : " !endsWith(matrix.python, '-dev')"
5959 with :
6060 python-version : ${{ matrix.python }}
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - uses : actions/checkout@v5
18- - uses : actions/setup-python@v5
18+ - uses : actions/setup-python@v6
1919 with :
2020 cache : " pip"
2121 cache-dependency-path : " pyproject.toml"
Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : actions/checkout@v5
1919 - name : Set up Python
20- uses : actions/setup-python@v5
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : ' 3.x'
2323 cache : pip
You can’t perform that action at this time.
0 commit comments