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 21
21
with :
22
22
python-version : " 3.11" # Always use the lowest possible version to ensure correctness of the code.
23
23
# ----------------------------------------------
24
- - uses : actions/cache@v3
24
+ - uses : actions/cache@v4
25
25
with :
26
26
path : ~/.cache/pip
27
27
key : ${{ runner.os }}-pip
57
57
python-version : ${{ matrix.python-version }}
58
58
59
59
- name : cache poetry install
60
- uses : actions/cache@v3
60
+ uses : actions/cache@v4
61
61
with :
62
62
path : ~/.local
63
63
key : poetry-${{ matrix.os }}-${{ matrix.python-version }}
70
70
71
71
- name : Load cached venv
72
72
id : cached-poetry-dependencies
73
- uses : actions/cache@v3
73
+ uses : actions/cache@v4
74
74
with :
75
75
path : .venv
76
76
key : venv-${{ matrix.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
You can’t perform that action at this time.
0 commit comments