File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@v5
14- - uses : actions/setup-python@v5
14+ - uses : actions/setup-python@v6
1515 - uses : pre-commit/action@v3.0.1
Original file line number Diff line number Diff line change 1414 steps :
1515 - uses : actions/checkout@v5
1616 - name : Set up Python
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : " 3.9"
2020 - name : Install uv
3939 steps :
4040 - uses : actions/checkout@v5
4141 - name : Set up Python
42- uses : actions/setup-python@v5
42+ uses : actions/setup-python@v6
4343 with :
4444 python-version : " ${{ matrix.python-version }}"
4545 # It takes some time when the package gets available.
Original file line number Diff line number Diff line change 1616 steps :
1717 - uses : actions/checkout@v5
1818 - name : Set up Python
19- uses : actions/setup-python@v5
19+ uses : actions/setup-python@v6
2020 with :
2121 python-version : " 3.9"
2222 - name : Install uv
4141 steps :
4242 - uses : actions/checkout@v5
4343 - name : Set up Python
44- uses : actions/setup-python@v5
44+ uses : actions/setup-python@v6
4545 with :
4646 python-version : " ${{ matrix.python-version }}"
4747 - name : Install packages
Original file line number Diff line number Diff line change 2727 steps :
2828 - uses : actions/checkout@v5
2929 - name : Set up Python
30- uses : actions/setup-python@v5
30+ uses : actions/setup-python@v6
3131 with :
3232 python-version : ${{ matrix.python-version }}
3333 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments