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:
1212 runs-on : ubuntu-latest
1313 env :
1414 OS : ubuntu-latest
15- PYTHON : ' 3.7.3 '
15+ PYTHON : ' 3.8 '
1616 steps :
1717 - name : checkout code
18- uses : actions/checkout@v2
18+ uses : actions/checkout@v4
1919
2020 - name : setup python environment
21- uses : actions/setup-python@v2
21+ uses : actions/setup-python@v4
2222 with :
23- python-version : ' 3.7.3 '
23+ python-version : ' 3.8 '
2424
2525 - name : install python dependencies
2626 run : |
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 env :
1111 OS : ubuntu-latest
12- PYTHON : ' 3.7.3 '
12+ PYTHON : ' 3.8 '
1313 steps :
1414 - name : checkout code
15- uses : actions/checkout@v2
15+ uses : actions/checkout@v4
1616
1717 - name : check for changes in readme and changelog files
1818 run : |
@@ -39,15 +39,15 @@ jobs:
3939 runs-on : ubuntu-latest
4040 env :
4141 OS : ubuntu-latest
42- PYTHON : ' 3.7.3 '
42+ PYTHON : ' 3.8 '
4343 steps :
4444 - name : checkout code
45- uses : actions/checkout@v2
45+ uses : actions/checkout@v4
4646
4747 - name : Setup python environment
48- uses : actions/setup-python@v2
48+ uses : actions/setup-python@v4
4949 with :
50- python-version : ' 3.7.3 '
50+ python-version : ' 3.8 '
5151
5252 - name : install python dependencies
5353 run : |
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 runs-on : ubuntu-latest
1313 env :
1414 OS : ubuntu-latest
15- PYTHON : ' 3.7.3 '
15+ PYTHON : ' 3.8 '
1616 steps :
1717 - name : checkout code
18- uses : actions/checkout@v2
18+ uses : actions/checkout@v4
1919
2020
2121 - name : Checkmarx One ClI Action
You can’t perform that action at this time.
0 commit comments