File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
32
32
- name : Load cached Poetry dependencies
33
33
id : cached-poetry-dependencies
34
- uses : actions/cache@v3
34
+ uses : actions/cache@v4
35
35
with :
36
36
path : .venv
37
37
key : venv-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
65
65
66
66
- name : Load cached Poetry dependencies
67
67
id : cached-poetry-dependencies
68
- uses : actions/cache@v3
68
+ uses : actions/cache@v4
69
69
with :
70
70
path : .venv
71
71
key : venv-${{ runner.os }}-lint-${{ hashFiles('**/poetry.lock') }}
Original file line number Diff line number Diff line change 32
32
33
33
- name : Load cached Poetry dependencies
34
34
id : cached-poetry-dependencies
35
- uses : actions/cache@v3
35
+ uses : actions/cache@v4
36
36
with :
37
37
path : .venv
38
38
key : venv-${{ runner.os }}-publish-${{ hashFiles('**/poetry.lock') }}
You can’t perform that action at this time.
0 commit comments