File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 40
40
41
41
- name : Load cached venv
42
42
id : cached-poetry-dependencies
43
- uses : actions/cache@v2
43
+ uses : actions/cache@v2.1.4
44
44
with :
45
45
path : .venv
46
46
key : venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
Original file line number Diff line number Diff line change 42
42
43
43
- name : Load cached venv
44
44
id : cached-poetry-dependencies
45
- uses : actions/cache@v2
45
+ uses : actions/cache@v2.1.4
46
46
with :
47
47
path : .venv
48
48
key : venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
Original file line number Diff line number Diff line change 41
41
42
42
- name : Load cached venv
43
43
id : cached-poetry-dependencies
44
- uses : actions/cache@v2
44
+ uses : actions/cache@v2.1.4
45
45
with :
46
46
path : .venv
47
47
key : venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
You can’t perform that action at this time.
0 commit comments