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,21 +16,21 @@ runs:
1616 steps :
1717 - name : Cache venv
1818 id : cache-venv
19- uses : actions/cache@v3
19+ uses : actions/cache@v4
2020 with :
2121 path : .venv
2222 key : venv-v2-${{ inputs.type }}-${{ runner.os }}-${{ inputs.python-version }}-${{ hashFiles('poetry.lock') }}
2323
2424 - name : Cache pre-commit
2525 id : cache-pre-commit
26- uses : actions/cache@v3
26+ uses : actions/cache@v4
2727 with :
2828 path : ~/.cache/pre-commit
2929 key : pre-commit-v2-${{ inputs.type }}-${{ runner.os }}-${{ inputs.python-version }}-${{ hashFiles('.pre-commit-config.yaml') }}
3030
3131 - name : Cache setup-poetry
3232 id : cache-setup-poetry
33- uses : actions/cache@v3
33+ uses : actions/cache@v4
3434 with :
3535 path : |
3636 ~/.local/share/pypoetry
4040
4141 - name : Setup python
4242 id : setup_python
43- uses : actions/setup-python@v4
43+ uses : actions/setup-python@v5
4444 with :
4545 python-version : ${{ inputs.python-version }}
4646
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v3
20+ uses : actions/checkout@v4
2121 - name : Setup
2222 uses : ./.github/actions/setup
2323 with :
4444 steps :
4545
4646 - name : Checkout
47- uses : actions/checkout@v3
47+ uses : actions/checkout@v4
4848
4949 - name : Setup
5050 uses : ./.github/actions/setup
@@ -58,14 +58,14 @@ jobs:
5858 make cov
5959
6060 - name : Codecov upload
61- uses : codecov/codecov-action@v3.1.3
61+ uses : codecov/codecov-action@v4
6262
6363 test-doc :
6464 name : Test doc build
6565 runs-on : ubuntu-latest
6666 steps :
6767 - name : Checkout
68- uses : actions/checkout@v3
68+ uses : actions/checkout@v4
6969
7070 - name : Setup
7171 uses : ./.github/actions/setup
You can’t perform that action at this time.
0 commit comments