File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 run : echo "::set-output name=dir::$(pip cache dir)"
2828
2929 - name : Cache dependencies
30- uses : actions/cache@v4
30+ uses : actions/cache@v5
3131 with :
3232 path : ${{ steps.pip-cache.outputs.dir }}
3333 key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
Original file line number Diff line number Diff line change 2727 run : echo "::set-output name=dir::$(pip cache dir)"
2828
2929 - name : Cache dependencies
30- uses : actions/cache@v4
30+ uses : actions/cache@v5
3131 with :
3232 path : ${{ steps.pip-cache.outputs.dir }}
3333 key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
Original file line number Diff line number Diff line change 7979 pip install tox
8080 - name : Cache tox environments
8181 id : cache-third-party
82- uses : actions/cache@v4
82+ uses : actions/cache@v5
8383 with :
8484 path : .tox
8585 key : tox-pyright-docs-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('deps/requirements-pyright.txt') }}-${{ hashFiles('.github/workflows/tox.yml') }}
@@ -100,7 +100,7 @@ jobs:
100100 pip install tox tox-gh-actions
101101 - name : Cache tox environments
102102 id : cache-third-party
103- uses : actions/cache@v4
103+ uses : actions/cache@v5
104104 with :
105105 path : .tox
106106 key : tox-third-party-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('tests/conftest.py') }}-${{ hashFiles('.github/workflows/tox.yml') }}
You can’t perform that action at this time.
0 commit comments