Skip to content

Commit

Permalink
Update actions/cache action to v2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed May 27, 2021
1 parent 0493ae5 commit cbf78e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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@v2.2.2
with:
python-version: ${{ matrix.python-version }}
- uses: actions/cache@v2.1.5
- uses: actions/cache@v2.1.6
id: pip-cache
with:
path: ~/.cache/pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- uses: actions/cache@v2.1.5
- uses: actions/cache@v2.1.6
id: pip-cache
with:
path: ~/.cache/pip
Expand Down

0 comments on commit cbf78e3

Please sign in to comment.