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 13
13
dist :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@v5
17
17
- uses : hynek/build-and-inspect-python-package@v2
18
18
19
19
deploy :
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@v4
14
+ - uses : actions/checkout@v5
15
15
- uses : actions/setup-python@v5
16
16
with :
17
17
python-version : ' 3.10'
Original file line number Diff line number Diff line change 31
31
32
32
name : ${{ matrix.os }}, Python ${{ matrix.python-version }}
33
33
steps :
34
- - uses : actions/checkout@v4
34
+ - uses : actions/checkout@v5
35
35
36
36
- name : Set up Python ${{ matrix.python-version }}
37
37
uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments