Skip to content

Commit

Permalink
Merge pull request #2464 from imbsky/patch-1
Browse files Browse the repository at this point in the history
Bump actions/cache from v1 to v2
  • Loading branch information
sdispater authored Jun 1, 2020
2 parents b1ab97c + 1d8e284 commit 4450993
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 @@ -50,7 +50,7 @@ jobs:
run: poetry config virtualenvs.in-project true

- name: Set up cache
uses: actions/cache@v1
uses: actions/cache@v2
id: cache
with:
path: .venv
Expand Down

0 comments on commit 4450993

Please sign in to comment.