File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
30
30
- name : " Load cached poetry installation @ ${{ matrix.python-version }}"
31
31
id : cached-poetry
32
- uses : actions/cache@v3
32
+ uses : actions/cache@v4
33
33
with :
34
34
path : ~/.local
35
35
key : poetry-0
52
52
53
53
- name : " Load cached venv @ ${{ matrix.python-version }}"
54
54
id : cached-pip-wheels
55
- uses : actions/cache@v3
55
+ uses : actions/cache@v4
56
56
with :
57
57
path : .venv/
58
58
key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
Original file line number Diff line number Diff line change 26
26
27
27
- name : " Load cached poetry installation @ ${{ matrix.python-version }}"
28
28
id : cached-poetry
29
- uses : actions/cache@v3
29
+ uses : actions/cache@v4
30
30
with :
31
31
path : ~/.local
32
32
key : poetry-0
49
49
50
50
- name : " Load cached venv @ ${{ matrix.python-version }}"
51
51
id : cached-pip-wheels
52
- uses : actions/cache@v3
52
+ uses : actions/cache@v4
53
53
with :
54
54
path : ~/.venv/
55
55
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