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 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v3
13+ uses : actions/checkout@v4
1414
1515 - name : Set up Python
1616 uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 1111 name : Pre-commit checks
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515 - uses : actions/setup-python@v4
1616 with :
1717 python-version : ' 3.10'
Original file line number Diff line number Diff line change 2727
2828 name : ${{ matrix.os }}, Python ${{ matrix.python-version }}
2929 steps :
30- - uses : actions/checkout@v3
30+ - uses : actions/checkout@v4
3131
3232 - name : Set up Python ${{ matrix.python-version }}
3333 uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 1818 hooks :
1919 - id : check-manifest
2020
21- - repo : https://github.com/charliermarsh /ruff-pre-commit
21+ - repo : https://github.com/astral-sh /ruff-pre-commit
2222 rev : " v0.0.262"
2323 hooks :
2424 - id : ruff
You can’t perform that action at this time.
0 commit comments