File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 tests :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v3
1515 - uses : actions/setup-python@v2
1616 with :
1717 # The oracle runs in a Python 3.6 Lamba
3838 - flake8-tests
3939 - pylint-tests
4040 steps :
41- - uses : actions/checkout@v2
41+ - uses : actions/checkout@v3
4242 - uses : actions/setup-python@v1
4343 with :
4444 python-version : 3.8
Original file line number Diff line number Diff line change 2727 - black-check
2828 - isort-check
2929 steps :
30- - uses : actions/checkout@v2
30+ - uses : actions/checkout@v3
3131 - uses : actions/setup-python@v2
3232 with :
3333 python-version : 3.8
Original file line number Diff line number Diff line change 4545 aws-access-key-id : ${{ secrets.INTEG_AWS_ACCESS_KEY_ID }}
4646 aws-secret-access-key : ${{ secrets.INTEG_AWS_SECRET_ACCESS_KEY }}
4747 aws-region : us-west-2
48- - uses : actions/checkout@v2
48+ - uses : actions/checkout@v3
4949 - uses : actions/setup-python@v2
5050 with :
5151 python-version : ${{ matrix.python }}
7272 - flake8-tests
7373 - pylint-tests
7474 steps :
75- - uses : actions/checkout@v2
75+ - uses : actions/checkout@v3
7676 - uses : actions/setup-python@v1
7777 with :
7878 python-version : 3.8
Original file line number Diff line number Diff line change 5050 - os : macos-latest
5151 architecture : x86
5252 steps :
53- - uses : actions/checkout@v2
53+ - uses : actions/checkout@v3
5454 - uses : actions/setup-python@v2
5555 with :
5656 python-version : ${{ matrix.python }}
7171 - nocmk
7272 - test-upstream-requirements-py37
7373 steps :
74- - uses : actions/checkout@v2
74+ - uses : actions/checkout@v3
7575 - uses : actions/setup-python@v1
7676 with :
7777 python-version : 3.7
Original file line number Diff line number Diff line change 99 environment : repo-sync
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v3
1313 - uses : repo-sync/github-sync@v2
1414 name : Sync repo to branch
1515 with :
You can’t perform that action at this time.
0 commit comments