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 3030
3131 - name : Load cached .venv
3232 id : cached-poetry-dependencies
33- uses : actions/cache@v4
33+ uses : actions/cache@v5
3434 with :
3535 path : .venv
3636 key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
7676
7777 - name : Load cached .venv
7878 id : cached-poetry-dependencies
79- uses : actions/cache@v4
79+ uses : actions/cache@v5
8080 with :
8181 path : .venv
8282 key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
@@ -119,7 +119,7 @@ jobs:
119119
120120 - name : Load cached .venv
121121 id : cached-poetry-dependencies
122- uses : actions/cache@v4
122+ uses : actions/cache@v5
123123 with :
124124 path : .venv
125125 key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
You can’t perform that action at this time.
0 commit comments