Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 11, 2024
1 parent eeb33b8 commit f1cf41f
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/[email protected].2
- uses: actions/[email protected].3
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/[email protected].2
- uses: actions/[email protected].3
id: pytest-cache
with:
path: |
Expand Down

0 comments on commit f1cf41f

Please sign in to comment.