Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 19, 2024
1 parent f15c70f commit d08eacc
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 @@ -36,15 +36,15 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- uses: actions/cache@v4.0.1
- uses: actions/cache@v4.0.2
id: pip-cache
with:
path: ~/.cache/pip
key: ${{ runner.os }}-${{ matrix.platform }}-pip-${{ matrix.python-version }}-${{ hashFiles('requirements.txt') }}
restore-keys: |
${{ runner.os }}-${{ matrix.platform }}-pip-${{ matrix.python-version }}-
- uses: actions/cache@v4.0.1
- uses: actions/cache@v4.0.2
id: pytest-cache
with:
path: |
Expand Down

0 comments on commit d08eacc

Please sign in to comment.