Skip to content

Commit

Permalink
Bump actions/cache from v1 to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sora Morimoto authored May 26, 2020
1 parent 6cd3645 commit 1d8e284
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 1d8e284

Please sign in to comment.