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 4242 # ----------------------------------------------
4343 - name : Load cached venv
4444 id : cached-poetry-dependencies
45- uses : actions/cache@v2
45+ uses : actions/cache@v3
4646 with :
4747 path : .venv
4848 key : venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
@@ -114,7 +114,7 @@ jobs:
114114 # ----------------------------------------------
115115 - name : Load cached venv
116116 id : cached-poetry-dependencies
117- uses : actions/cache@v2
117+ uses : actions/cache@v3
118118 with :
119119 path : .venv
120120 key : venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
@@ -172,7 +172,7 @@ jobs:
172172 # ----------------------------------------------
173173 - name : Load cached venv
174174 id : cached-poetry-dependencies
175- uses : actions/cache@v2
175+ uses : actions/cache@v3
176176 with :
177177 path : .venv
178178 key : venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
You can’t perform that action at this time.
0 commit comments