File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 21
21
name : ${{ matrix.tool.name }} (${{ matrix.tool.package }})
22
22
runs-on : ubuntu-latest
23
23
steps :
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
- uses : lots0logs/gh-action-get-changed-files@2.2.2
26
26
id : changed_files
27
27
with :
59
59
runs-on : ubuntu-latest
60
60
timeout-minutes : 30
61
61
steps :
62
- - uses : actions/checkout@v3
62
+ - uses : actions/checkout@v4
63
63
- uses : actions/setup-python@v4
64
64
with :
65
65
python-version : " 3.11"
Original file line number Diff line number Diff line change 9
9
name : Check docs (sphinx-lint)
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
with :
14
14
token : ${{ secrets.GITHUB_TOKEN }}
15
15
- uses : actions/setup-python@v4
26
26
needs : sphinx-lint
27
27
timeout-minutes : 30
28
28
steps :
29
- - uses : actions/checkout@v3
29
+ - uses : actions/checkout@v4
30
30
- uses : actions/setup-python@v4
31
31
with :
32
32
python-version : " 3.11"
Original file line number Diff line number Diff line change 13
13
name : " Pre-commit checks"
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
- uses : actions/setup-python@v4
18
18
id : setup_python
19
19
with :
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
14
14
- name : Clone CPython Repo
15
15
run : git clone https://github.com/python/cpython venv/cpython
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Checkout repo
12
- uses : actions/checkout@v3
12
+ uses : actions/checkout@v4
13
13
14
14
- name : Set Up Python 3.11
15
15
uses : actions/setup-python@v4
You can’t perform that action at this time.
0 commit comments