File tree Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v2
13+ uses : actions/checkout@v3
1414
1515 - name : Set up Python 3.7
16- uses : actions/setup-python@v1
16+ uses : actions/setup-python@v4
1717 with :
1818 python-version : 3.7
1919
Original file line number Diff line number Diff line change 1111 name : Pre-commit checks
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v2
15- - uses : actions/setup-python@v2
14+ - uses : actions/checkout@v3
15+ - uses : actions/setup-python@v4
16+ with :
17+ python-version : ' 3.10'
1618 - uses : pre-commit/action@v2.0.0
Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ jobs:
4141
4242 name : ${{ matrix.os }}, Python ${{ matrix.python-version }}, pytest ${{ matrix.pytest-version }}
4343 steps :
44- - uses : actions/checkout@v2
44+ - uses : actions/checkout@v3
4545
4646 - name : Set up Python ${{ matrix.python-version }}
47- uses : actions/setup-python@v1
47+ uses : actions/setup-python@v4
4848 with :
4949 python-version : ${{ matrix.python-version }}
5050
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616
1717 steps :
18- - uses : actions/checkout@v2
18+ - uses : actions/checkout@v3
1919
20- - uses : actions/setup-python@v1
20+ - uses : actions/setup-python@v4
2121 with :
2222 python-version : 3.7
2323
You can’t perform that action at this time.
0 commit comments