File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616 runs-on : ubuntu-latest
1717
1818 steps :
19- - uses : actions/checkout@v2
19+ - uses : actions/checkout@v3
2020
2121 - name : Cache
22- uses : actions/cache@v2
22+ uses : actions/cache@v3
2323 with :
2424 path : |
2525 ~/.cache/pip
3030 lint-v1-
3131
3232 - name : Set up Python
33- uses : actions/setup-python@v2
33+ uses : actions/setup-python@v4
3434 with :
3535 python-version : ' 3.x'
3636
Original file line number Diff line number Diff line change 2727 " 3.9" ,
2828 " 3.10" ,
2929 " 3.11" ,
30- " pypy-3.7 " ,
30+ " pypy-3.9 " ,
3131 ]
3232 pytest-version : [
3333 " 6.0.*" ,
@@ -46,10 +46,10 @@ jobs:
4646 - { python-version: "3.11", pytest-version: "6.0.*" }
4747 - { python-version: "3.11", pytest-version: "6.1.*" }
4848 steps :
49- - uses : actions/checkout@v2
49+ - uses : actions/checkout@v3
5050
5151 - name : Set up Python ${{ matrix.python-version }}
52- uses : actions/setup-python@v2
52+ uses : actions/setup-python@v4
5353 with :
5454 python-version : ${{ matrix.python-version }}
5555
5959 echo "::set-output name=dir::$(pip cache dir)"
6060
6161 - name : Cache
62- uses : actions/cache@v2
62+ uses : actions/cache@v3
6363 with :
6464 path : ${{ steps.pip-cache.outputs.dir }}
6565 key :
@@ -92,10 +92,10 @@ jobs:
9292 os : [ubuntu-latest, windows-latest, macos-latest]
9393 steps :
9494 - name : Checkout
95- uses : actions/checkout@v2
95+ uses : actions/checkout@v3
9696
9797 - name : Setup Python
98- uses : actions/setup-python@v2
98+ uses : actions/setup-python@v4
9999 with :
100100 python-version : ' 3.x'
101101 architecture : ' x64'
You can’t perform that action at this time.
0 commit comments