Commit 4450993d by Sébastien Eustace Committed by GitHub

Merge pull request #2464 from imbsky/patch-1

Bump actions/cache from v1 to v2
parents b1ab97c0 1d8e2847
...@@ -50,7 +50,7 @@ jobs: ...@@ -50,7 +50,7 @@ jobs:
run: poetry config virtualenvs.in-project true run: poetry config virtualenvs.in-project true
- name: Set up cache - name: Set up cache
uses: actions/cache@v1 uses: actions/cache@v2
id: cache id: cache
with: with:
path: .venv path: .venv
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment