Skip to content

Commit

Permalink
Upgrade to GitHub actions cache v2 (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Jun 8, 2020
1 parent 897dfb4 commit 3a93ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if: matrix.python-version == '3.9'
with:
python-version: ${{ matrix.python-version }}
- uses: actions/cache@v1
- uses: actions/cache@v2
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('requirements/*.txt') }}
Expand Down

0 comments on commit 3a93ca4

Please sign in to comment.