Upgrade to actions/cache@v2

This commit is contained in:
Simon Willison 2020-05-29 15:12:10 -07:00 committed by GitHub
commit 3e8932bf64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: 3.8
- uses: actions/cache@v1
- uses: actions/cache@v2
name: Configure pip caching
with:
path: ~/.cache/pip