File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-20.04
20
20
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
24
24
- name : Set up Python
25
25
uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 6
6
runs-on : ubuntu-latest
7
7
name : Pylint
8
8
steps :
9
- - uses : actions/checkout@v3
9
+ - uses : actions/checkout@v4
10
10
11
11
- name : Set up Python
12
12
uses : actions/setup-python@v4
29
29
runs-on : ubuntu-latest
30
30
name : Python formatting
31
31
steps :
32
- - uses : actions/checkout@v3
32
+ - uses : actions/checkout@v4
33
33
34
34
- name : Set up Python
35
35
uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 10
10
name : Project Rename
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
- uses : actions/setup-python@v4
15
15
with :
16
16
python-version : " 3.9"
35
35
os : ["windows-latest", "ubuntu-latest", "macos-latest"]
36
36
python : ["3.7", "3.9", "3.10"]
37
37
steps :
38
- - uses : actions/checkout@v3
38
+ - uses : actions/checkout@v4
39
39
- uses : actions/setup-python@v4
40
40
with :
41
41
python-version : ${{ matrix.python }}
You can’t perform that action at this time.
0 commit comments