File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
env :
14
14
OS : ubuntu-latest
15
- PYTHON : ' 3.7.3 '
15
+ PYTHON : ' 3.8 '
16
16
steps :
17
17
- name : checkout code
18
- uses : actions/checkout@v2
18
+ uses : actions/checkout@v4
19
19
20
20
- name : setup python environment
21
- uses : actions/setup-python@v2
21
+ uses : actions/setup-python@v4
22
22
with :
23
- python-version : ' 3.7.3 '
23
+ python-version : ' 3.8 '
24
24
25
25
- name : install python dependencies
26
26
run : |
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
env :
11
11
OS : ubuntu-latest
12
- PYTHON : ' 3.7.3 '
12
+ PYTHON : ' 3.8 '
13
13
steps :
14
14
- name : checkout code
15
- uses : actions/checkout@v2
15
+ uses : actions/checkout@v4
16
16
17
17
- name : check for changes in readme and changelog files
18
18
run : |
@@ -39,15 +39,15 @@ jobs:
39
39
runs-on : ubuntu-latest
40
40
env :
41
41
OS : ubuntu-latest
42
- PYTHON : ' 3.7.3 '
42
+ PYTHON : ' 3.8 '
43
43
steps :
44
44
- name : checkout code
45
- uses : actions/checkout@v2
45
+ uses : actions/checkout@v4
46
46
47
47
- name : Setup python environment
48
- uses : actions/setup-python@v2
48
+ uses : actions/setup-python@v4
49
49
with :
50
- python-version : ' 3.7.3 '
50
+ python-version : ' 3.8 '
51
51
52
52
- name : install python dependencies
53
53
run : |
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
env :
14
14
OS : ubuntu-latest
15
- PYTHON : ' 3.7.3 '
15
+ PYTHON : ' 3.8 '
16
16
steps :
17
17
- name : checkout code
18
- uses : actions/checkout@v2
18
+ uses : actions/checkout@v4
19
19
20
20
21
21
- name : Checkmarx One ClI Action
You can’t perform that action at this time.
0 commit comments