Bump GitHub Actions

This commit is contained in:
Hugo van Kemenade 2024-02-03 21:00:21 +02:00 committed by Mahmoud Hashemi
parent 7bd0d48663
commit 0191550807
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ jobs:
id: pip-cache id: pip-cache
run: echo "::set-output name=dir::$(pip cache dir)" run: echo "::set-output name=dir::$(pip cache dir)"
- name: cache pip - name: cache pip
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: ${{ steps.pip-cache.outputs.dir }} path: ${{ steps.pip-cache.outputs.dir }}
key: pip|${{ runner.os }}|${{ matrix.python }}|${{ hashFiles('setup.py') }}|${{ hashFiles('requirements/*.txt') }} key: pip|${{ runner.os }}|${{ matrix.python }}|${{ hashFiles('setup.py') }}|${{ hashFiles('requirements/*.txt') }}