File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - uses : actions/checkout@v5
14- - uses : actions/setup-python@v5
14+ - uses : actions/setup-python@v6
1515 with :
1616 python-version : " 3.12"
1717
Original file line number Diff line number Diff line change 4141 uses : astral-sh/setup-uv@v6
4242
4343 - name : Set up Python ${{ matrix.python-version }}
44- uses : actions/setup-python@v5
44+ uses : actions/setup-python@v6
4545 with :
4646 python-version : ${{ matrix.python-version }}
4747 cache : pip
Original file line number Diff line number Diff line change 2121 - uses : actions/checkout@v5
2222
2323 - name : Set up Python 3.12
24- uses : actions/setup-python@v5
24+ uses : actions/setup-python@v6
2525 with :
2626 python-version : 3.12
2727
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-24.04
1515 steps :
1616 - uses : actions/checkout@v5
17- - uses : actions/setup-python@v5
17+ - uses : actions/setup-python@v6
1818 with :
1919 python-version : 3.12
2020 -
uses :
pre-commit/[email protected]
You can’t perform that action at this time.
0 commit comments