Skip to content

Commit

Permalink
Update to gh/actions/cache@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
p-snft committed Nov 26, 2024
1 parent 50bb40d commit e6343d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
python-version: "${{ env.default_python || '3.9' }}"

- name: Pip cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ matrix.toxenv }}-${{ hashFiles('tox.ini', 'setup.py') }}
Expand Down

0 comments on commit e6343d6

Please sign in to comment.