Skip to content

Commit

Permalink
Update gh cache action to supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiopasra committed Nov 14, 2024
1 parent 53c354d commit fcd46f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
python-version: ${{ matrix.python }}
- name: Cache tox
id: cache-tox
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .tox
key: tox-${{ matrix.python }}-${{ hashFiles('pyproject.toml', 'setup.cfg') }}
key: tox-${{ matrix.python }}-${{ matrix.os }}-${{ hashFiles('pyproject.toml', 'setup.cfg') }}
- name: Install tox
run: pip install tox
- name: Run tox
Expand Down

0 comments on commit fcd46f2

Please sign in to comment.