Skip to content

Commit

Permalink
Upgrade poetry and cache versions to reset caches. (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
evetion committed Jul 6, 2022
1 parent ed896f9 commit b9b1c06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- name: Run image
uses: abatilo/actions-poetry@v2.0.0
with:
poetry-version: 1.1.8
poetry-version: 1.1.11
- name: Cache Poetry virtualenv
uses: actions/cache@v1
uses: actions/cache@v3
id: cache
with:
path: ~/.virtualenvs
Expand Down

0 comments on commit b9b1c06

Please sign in to comment.