File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3636 # Cache dependencies from poetry to speed things up
3737 - name : Load cached venv
3838 id : cached-poetry-dependencies
39- uses : actions/cache@v2
39+ uses : actions/cache@v3
4040 with :
4141 path : .venv
4242 key : venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
9090
9191 - name : Load cached venv
9292 id : cached-poetry-dependencies
93- uses : actions/cache@v2
93+ uses : actions/cache@v3
9494 with :
9595 path : .venv
9696 key : venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
@@ -160,7 +160,7 @@ jobs:
160160
161161 - name : Load cached venv
162162 id : cached-poetry-dependencies
163- uses : actions/cache@v2
163+ uses : actions/cache@v3
164164 with :
165165 path : .venv
166166 key : venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
You can’t perform that action at this time.
0 commit comments