Skip to content

Commit

Permalink
README: Cache dependencies: Update actions/cache to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfstr authored and Gr1N committed Feb 20, 2021
1 parent 462ac83 commit e29d6bf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,10 @@ steps:
with:
python-version: 3.8
- uses: Gr1N/setup-poetry@v4
- uses: actions/cache@v1
- uses: actions/cache@v2
with:
path: ~/.cache/pypoetry/virtualenvs
key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}
restore-keys: |
${{ runner.os }}-poetry-
- run: poetry --version
```
Expand Down

0 comments on commit e29d6bf

Please sign in to comment.