File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2222 sphinx :
2323 runs-on : ubuntu-20.04
2424 steps :
25- - uses : actions/checkout@v2
25+ - uses : actions/checkout@v3
2626 - name : Set up Python
2727 uses : actions/setup-python@v2
2828 with :
4242 twine-check :
4343 runs-on : ubuntu-20.04
4444 steps :
45- - uses : actions/checkout@v2
45+ - uses : actions/checkout@v3
4646 - name : Set up Python
4747 uses : actions/setup-python@v2
4848 with :
Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ jobs:
2222 commitlint :
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v2
25+ - uses : actions/checkout@v3
2626 with :
2727 fetch-depth : 0
2828 - uses : wagoid/commitlint-github-action@v4
2929
3030 linters :
3131 runs-on : ubuntu-latest
3232 steps :
33- - uses : actions/checkout@v2
33+ - uses : actions/checkout@v3
3434 - uses : actions/setup-python@v2
3535 - run : pip install --upgrade tox
3636 - name : Run black code formatter (https://black.readthedocs.io/en/stable/)
Original file line number Diff line number Diff line change 2929 pre_commit :
3030 runs-on : ubuntu-latest
3131 steps :
32- - uses : actions/checkout@v2
32+ - uses : actions/checkout@v3
3333 - uses : actions/setup-python@v2
3434 - run : pip install --upgrade -r requirements.txt -r requirements-lint.txt pre-commit
3535 - name : Run pre-commit install
Original file line number Diff line number Diff line change 1010 if : github.repository == 'python-gitlab/python-gitlab'
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v3
1414 with :
1515 fetch-depth : 0
1616 token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 4545 version : " 3.10"
4646 toxenv : py310,smoke
4747 steps :
48- - uses : actions/checkout@v2
48+ - uses : actions/checkout@v3
4949 - name : Set up Python ${{ matrix.python.version }}
5050 uses : actions/setup-python@v2
5151 with :
6363 matrix :
6464 toxenv : [py_func_v4, cli_func_v4]
6565 steps :
66- - uses : actions/checkout@v2
66+ - uses : actions/checkout@v3
6767 - name : Set up Python
6868 uses : actions/setup-python@v2
6969 with :
8484 coverage :
8585 runs-on : ubuntu-20.04
8686 steps :
87- - uses : actions/checkout@v2
87+ - uses : actions/checkout@v3
8888 - name : Set up Python ${{ matrix.python-version }}
8989 uses : actions/setup-python@v2
9090 with :
You can’t perform that action at this time.
0 commit comments