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 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
You can’t perform that action at this time.
0 commit comments