File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
14
14
steps :
15
- - uses : actions/checkout@v2
15
+ - uses : actions/checkout@v4
16
16
- name : Set up Python
17
- uses : actions/setup-python@v2
17
+ uses : actions/setup-python@v4
18
18
with :
19
19
python-version : " 3.x"
20
20
- name : Lint
26
26
runs-on : ubuntu-latest
27
27
28
28
steps :
29
- - uses : actions/checkout@v2
29
+ - uses : actions/checkout@v4
30
30
- name : Set up Python
31
- uses : actions/setup-python@v2
31
+ uses : actions/setup-python@v4
32
32
with :
33
33
python-version : " 3.x"
34
34
- name : Lint
44
44
platform : [ubuntu-latest, windows-latest]
45
45
46
46
steps :
47
- - uses : actions/checkout@v2
47
+ - uses : actions/checkout@v4
48
48
- name : Set up Python ${{ matrix.python-version }}
49
- uses : actions/setup-python@v2
49
+ uses : actions/setup-python@v4
50
50
with :
51
51
python-version : ${{ matrix.python-version }}
52
52
- name : Install packages
84
84
runs-on : ubuntu-latest
85
85
86
86
steps :
87
- - uses : actions/checkout@v2
87
+ - uses : actions/checkout@v4
88
88
- name : Set up Python
89
- uses : actions/setup-python@v2
89
+ uses : actions/setup-python@v4
90
90
with :
91
91
python-version : " 3.x"
92
92
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments