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 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v3
13
+ uses : actions/checkout@v4
14
14
15
15
- name : Set up Python
16
16
uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 11
11
name : Pre-commit checks
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
- uses : actions/setup-python@v4
16
16
with :
17
17
python-version : ' 3.10'
Original file line number Diff line number Diff line change 27
27
28
28
name : ${{ matrix.os }}, Python ${{ matrix.python-version }}
29
29
steps :
30
- - uses : actions/checkout@v3
30
+ - uses : actions/checkout@v4
31
31
32
32
- name : Set up Python ${{ matrix.python-version }}
33
33
uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 18
18
hooks :
19
19
- id : check-manifest
20
20
21
- - repo : https://github.com/charliermarsh /ruff-pre-commit
21
+ - repo : https://github.com/astral-sh /ruff-pre-commit
22
22
rev : " v0.0.262"
23
23
hooks :
24
24
- id : ruff
You can’t perform that action at this time.
0 commit comments