File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
pythonVersion :
7
7
description : ' Python version to use for the processing'
8
8
required : true
9
- default : ' 3.8 '
9
+ default : ' 3.11 '
10
10
type : choice
11
11
options :
12
12
- 3.7
32
32
name : Check with LintRST and Build
33
33
runs-on : ubuntu-latest
34
34
steps :
35
- - uses : actions/checkout@v4
35
+ - uses : actions/checkout@v2
36
36
- name : Set up Python ${{ inputs.pythonVersion }}
37
37
uses : actions/setup-python@v5
38
38
with :
Original file line number Diff line number Diff line change 35
35
matrix :
36
36
python-version : [3.11]
37
37
steps :
38
- - uses : actions/checkout@v4
38
+ - uses : actions/checkout@v2
39
39
- name : Set up Python ${{ matrix.python-version }}
40
40
uses : actions/setup-python@v5
41
41
with :
Original file line number Diff line number Diff line change 37
37
matrix :
38
38
python-version : [3.11]
39
39
steps :
40
- - uses : actions/checkout@v4
40
+ - uses : actions/checkout@v2
41
41
- name : Set up Python ${{ matrix.python-version }}
42
42
uses : actions/setup-python@v5
43
43
with :
Original file line number Diff line number Diff line change 33
33
matrix :
34
34
python-version : [3.11]
35
35
steps :
36
- - uses : actions/checkout@v4
36
+ - uses : actions/checkout@v2
37
37
- name : Set up Python ${{ matrix.python-version }}
38
38
uses : actions/setup-python@v5
39
39
with :
You can’t perform that action at this time.
0 commit comments