Skip to content

Commit

Permalink
cache v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dalager committed Oct 13, 2024
1 parent aa00734 commit 57d1c9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

# 3. Cache pip dependencies based on pyproject.toml and setup.cfg (if any)
- name: Cache pip
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/pyproject.toml', '**/setup.cfg') }}
Expand All @@ -49,7 +49,7 @@ jobs:
# 6. Cache test dependencies
- name: Cache test dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-test-${{ hashFiles('**/pyproject.toml') }}
Expand Down

0 comments on commit 57d1c9c

Please sign in to comment.