This commit is contained in:
James Barnsley
2025-05-03 21:23:21 +12:00
parent 0c9e77e098
commit b710167b9e

View File

@ -66,7 +66,7 @@ jobs:
run: chown -R root /github/home
- name: Cache pip
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-${{ matrix.python }}-${{ matrix.tox }}-pip-${{ hashFiles('setup.cfg') }}-${{ hashFiles('tox.ini') }}