Skip to content

Commit

Permalink
- update cache action
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Jan 24, 2024
1 parent 6f06935 commit 66c05eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
python-version: ${{ matrix.config[0] }}
- name: Pip cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ matrix.config[0] }}-${{ hashFiles('setup.*', 'tox.ini') }}
Expand Down

0 comments on commit 66c05eb

Please sign in to comment.