Skip to content

Commit c89a702

Browse files
authored
Merge pull request #165 from TotallyNotRobots/dependabot/github_actions/actions/cache-v2
build(deps): bump actions/cache from v1 to v2
2 parents 96d4ae1 + 3c163e8 commit c89a702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/setup-python@v1
2727
with:
2828
python-version: ${{ matrix.python-ver }}
29-
- uses: actions/cache@v1
29+
- uses: actions/cache@v2
3030
with:
3131
path: ~/.cache/pip
3232
key: ${{ runner.os }}-${{ matrix.python-ver }}-pip-${{ hashFiles('**/requirements.txt') }}

0 commit comments

Comments
 (0)