File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 77 tests :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v5
1111 - uses : actions/setup-python@v4
1212 with :
1313 # The oracle will run on a Python 3.9 Lamba
3434 - flake8-tests
3535 - pylint-tests
3636 steps :
37- - uses : actions/checkout@v4
37+ - uses : actions/checkout@v5
3838 - uses : actions/setup-python@v4
3939 with :
4040 python-version : 3.9
Original file line number Diff line number Diff line change 2323 - black-check
2424 - isort-check
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 - uses : actions/setup-python@v4
2828 with :
2929 python-version : 3.8
Original file line number Diff line number Diff line change 4444 aws-access-key-id : ${{ secrets.INTEG_AWS_ACCESS_KEY_ID }}
4545 aws-secret-access-key : ${{ secrets.INTEG_AWS_SECRET_ACCESS_KEY }}
4646 aws-region : us-west-2
47- - uses : actions/checkout@v4
47+ - uses : actions/checkout@v5
4848 - uses : actions/setup-python@v4
4949 with :
5050 python-version : ${{ matrix.python }}
7171 - flake8-tests
7272 - pylint-tests
7373 steps :
74- - uses : actions/checkout@v4
74+ - uses : actions/checkout@v5
7575 - uses : actions/setup-python@v4
7676 with :
7777 python-version : 3.9
Original file line number Diff line number Diff line change 7070 run : |
7171 git config --global core.longpaths true
7272
73- - uses : actions/checkout@v4
73+ - uses : actions/checkout@v5
7474 - uses : actions/setup-python@v4
7575 with :
7676 python-version : ${{ matrix.python }}
9191 - nocmk
9292 - test-upstream-requirements-py311
9393 steps :
94- - uses : actions/checkout@v4
94+ - uses : actions/checkout@v5
9595 - uses : actions/setup-python@v4
9696 with :
9797 python-version : " 3.11"
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@v4
12+ - uses : actions/checkout@v5
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