File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- uses : actions/checkout@v3
15
- - uses : actions/setup-python@v2
15
+ - uses : actions/setup-python@v4
16
16
with :
17
17
# The oracle runs in a Python 3.6 Lamba
18
18
python-version : 3.6
39
39
- pylint-tests
40
40
steps :
41
41
- uses : actions/checkout@v3
42
- - uses : actions/setup-python@v1
42
+ - uses : actions/setup-python@v4
43
43
with :
44
44
python-version : 3.8
45
45
- run : |
Original file line number Diff line number Diff line change 28
28
- isort-check
29
29
steps :
30
30
- uses : actions/checkout@v3
31
- - uses : actions/setup-python@v2
31
+ - uses : actions/setup-python@v4
32
32
with :
33
33
python-version : 3.8
34
34
- run : |
Original file line number Diff line number Diff line change 46
46
aws-secret-access-key : ${{ secrets.INTEG_AWS_SECRET_ACCESS_KEY }}
47
47
aws-region : us-west-2
48
48
- uses : actions/checkout@v3
49
- - uses : actions/setup-python@v2
49
+ - uses : actions/setup-python@v4
50
50
with :
51
51
python-version : ${{ matrix.python }}
52
52
architecture : ${{ matrix.architecture }}
73
73
- pylint-tests
74
74
steps :
75
75
- uses : actions/checkout@v3
76
- - uses : actions/setup-python@v1
76
+ - uses : actions/setup-python@v4
77
77
with :
78
78
python-version : 3.8
79
79
- run : |
Original file line number Diff line number Diff line change 51
51
architecture : x86
52
52
steps :
53
53
- uses : actions/checkout@v3
54
- - uses : actions/setup-python@v2
54
+ - uses : actions/setup-python@v4
55
55
with :
56
56
python-version : ${{ matrix.python }}
57
57
architecture : ${{ matrix.architecture }}
72
72
- test-upstream-requirements-py37
73
73
steps :
74
74
- uses : actions/checkout@v3
75
- - uses : actions/setup-python@v1
75
+ - uses : actions/setup-python@v4
76
76
with :
77
77
python-version : 3.7
78
78
- run : |
You can’t perform that action at this time.
0 commit comments