File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
quality-check :
5
5
runs-on : ubuntu-latest
6
6
steps :
7
- - uses : actions/checkout@v2
8
- - uses : actions/setup-python@v2
7
+ - uses : actions/checkout@v3
8
+ - uses : actions/setup-python@v4
9
9
with :
10
10
python-version : " 3.7"
11
11
- name : Install dependencies
Original file line number Diff line number Diff line change 7
7
matrix :
8
8
os : [ ubuntu-latest, macos-latest, windows-latest ]
9
9
steps :
10
- - uses : actions/checkout@v2
10
+ - uses : actions/checkout@v3
11
11
with :
12
12
ref : ${{ github.head_ref }}
13
13
fetch-depth : 0
14
- - uses : actions/setup-python@v2
14
+ - uses : actions/setup-python@v4
15
15
with :
16
16
python-version : " 3.7"
17
17
- name : Get the commit message
Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ jobs:
38
38
Pull-request-files-check :
39
39
runs-on : ubuntu-latest
40
40
steps :
41
- - uses : actions/checkout@v2
41
+ - uses : actions/checkout@v3
42
42
with :
43
43
ref : ${{ github.head_ref }}
44
44
fetch-depth : 0
45
- - uses : actions/setup-python@v2
45
+ - uses : actions/setup-python@v4
46
46
with :
47
47
python-version : " 3.7"
48
48
- name : Get the commit message
You can’t perform that action at this time.
0 commit comments