File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 66jobs :
77 build_docs :
88 docker :
9- - image : circleci /python:3.9
9+ - image : cimg /python:3.9
1010 steps :
1111 - checkout
1212 - run :
Original file line number Diff line number Diff line change 66 pre-commit :
77 runs-on : ubuntu-20.04
88 steps :
9- - uses : actions/checkout@v2
10- - uses : actions/setup-python@v2
9+ - uses : actions/checkout@v3
10+ - uses : actions/setup-python@v4
1111 - uses : pre-commit/action@v2.0.0
1212 build :
1313 runs-on : ubuntu-20.04
1414 steps :
15- - uses : actions/checkout@v2
16- - uses : actions/setup-python@v2
15+ - uses : actions/checkout@v3
16+ - uses : actions/setup-python@v4
1717 with :
1818 python-version : " 3.10"
1919 - name : Install dependencies
5454 - name : Run checks
5555 run : |
5656 make check
57- - uses : actions/upload-artifact@v2
57+ - uses : actions/upload-artifact@v3
5858 if : ${{ always() }}
5959 with :
6060 name : build
You can’t perform that action at this time.
0 commit comments