File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v3
15- - uses : actions/setup-python@v2
15+ - uses : actions/setup-python@v4
1616 with :
1717 # The oracle runs in a Python 3.6 Lamba
1818 python-version : 3.6
3939 - pylint-tests
4040 steps :
4141 - uses : actions/checkout@v3
42- - uses : actions/setup-python@v1
42+ - uses : actions/setup-python@v4
4343 with :
4444 python-version : 3.8
4545 - run : |
Original file line number Diff line number Diff line change 2828 - isort-check
2929 steps :
3030 - uses : actions/checkout@v3
31- - uses : actions/setup-python@v2
31+ - uses : actions/setup-python@v4
3232 with :
3333 python-version : 3.8
3434 - run : |
Original file line number Diff line number Diff line change 4646 aws-secret-access-key : ${{ secrets.INTEG_AWS_SECRET_ACCESS_KEY }}
4747 aws-region : us-west-2
4848 - uses : actions/checkout@v3
49- - uses : actions/setup-python@v2
49+ - uses : actions/setup-python@v4
5050 with :
5151 python-version : ${{ matrix.python }}
5252 architecture : ${{ matrix.architecture }}
7373 - pylint-tests
7474 steps :
7575 - uses : actions/checkout@v3
76- - uses : actions/setup-python@v1
76+ - uses : actions/setup-python@v4
7777 with :
7878 python-version : 3.8
7979 - run : |
Original file line number Diff line number Diff line change 5151 architecture : x86
5252 steps :
5353 - uses : actions/checkout@v3
54- - uses : actions/setup-python@v2
54+ - uses : actions/setup-python@v4
5555 with :
5656 python-version : ${{ matrix.python }}
5757 architecture : ${{ matrix.architecture }}
7272 - test-upstream-requirements-py37
7373 steps :
7474 - uses : actions/checkout@v3
75- - uses : actions/setup-python@v1
75+ - uses : actions/setup-python@v4
7676 with :
7777 python-version : 3.7
7878 - run : |
You can’t perform that action at this time.
0 commit comments