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 42
42
# ----------------------------------------------
43
43
- name : Load cached venv
44
44
id : cached-poetry-dependencies
45
- uses : actions/cache@v2
45
+ uses : actions/cache@v3
46
46
with :
47
47
path : .venv
48
48
key : venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
@@ -114,7 +114,7 @@ jobs:
114
114
# ----------------------------------------------
115
115
- name : Load cached venv
116
116
id : cached-poetry-dependencies
117
- uses : actions/cache@v2
117
+ uses : actions/cache@v3
118
118
with :
119
119
path : .venv
120
120
key : venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
@@ -172,7 +172,7 @@ jobs:
172
172
# ----------------------------------------------
173
173
- name : Load cached venv
174
174
id : cached-poetry-dependencies
175
- uses : actions/cache@v2
175
+ uses : actions/cache@v3
176
176
with :
177
177
path : .venv
178
178
key : venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
You can’t perform that action at this time.
0 commit comments