File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed 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@v3
19+ - uses : actions/checkout@v4
2020
2121 - name : Cache
22- uses : actions/cache@v3
22+ uses : actions/cache@v4
2323 with :
2424 path : |
2525 ~/.cache/pip
3030 lint-v1-
3131
3232 - name : Set up Python
33- uses : actions/setup-python@v4
33+ uses : actions/setup-python@v5
3434 with :
3535 python-version : ' 3.x'
3636
Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ jobs:
4242 # pytest-main only supports Python 3.8+
4343 - { python-version: "3.7", pytest-version: "main" }
4444 steps :
45- - uses : actions/checkout@v3
45+ - uses : actions/checkout@v4
4646
4747 - name : Set up Python ${{ matrix.python-version }}
48- uses : actions/setup-python@v4
48+ uses : actions/setup-python@v5
4949 with :
5050 python-version : ${{ matrix.python-version }}
5151
5555 echo "::set-output name=dir::$(pip cache dir)"
5656
5757 - name : Cache
58- uses : actions/cache@v3
58+ uses : actions/cache@v4
5959 with :
6060 path : ${{ steps.pip-cache.outputs.dir }}
6161 key :
@@ -88,10 +88,10 @@ jobs:
8888 os : [ubuntu-latest, windows-latest, macos-latest]
8989 steps :
9090 - name : Checkout
91- uses : actions/checkout@v3
91+ uses : actions/checkout@v4
9292
9393 - name : Setup Python
94- uses : actions/setup-python@v4
94+ uses : actions/setup-python@v5
9595 with :
9696 python-version : ' 3.x'
9797 architecture : ' x64'
You can’t perform that action at this time.
0 commit comments