Skip to content

Commit

Permalink
Update actions/cache action to v3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 13, 2022
1 parent b1b4315 commit 21007ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- uses: actions/[email protected].4
- uses: actions/[email protected].5
id: pip-cache
with:
path: ~/.cache/pip
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- uses: actions/[email protected].4
- uses: actions/[email protected].5
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].4
- uses: actions/[email protected].5
id: pytest-cache
with:
path: |
Expand Down

0 comments on commit 21007ef

Please sign in to comment.