File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 38
38
# ----------------------------------------------
39
39
- name : Load cached venv
40
40
id : cached-poetry-dependencies
41
- uses : actions/cache@v2
41
+ uses : actions/cache@v4
42
42
with :
43
43
path : .venv
44
44
key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ github.event.repository.name }}-${{ hashFiles('**/poetry.lock') }}
89
89
# ----------------------------------------------
90
90
- name : Load cached venv
91
91
id : cached-poetry-dependencies
92
- uses : actions/cache@v2
92
+ uses : actions/cache@v4
93
93
with :
94
94
path : .venv
95
95
key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ github.event.repository.name }}-${{ hashFiles('**/poetry.lock') }}
@@ -141,7 +141,7 @@ jobs:
141
141
# ----------------------------------------------
142
142
- name : Load cached venv
143
143
id : cached-poetry-dependencies
144
- uses : actions/cache@v2
144
+ uses : actions/cache@v4
145
145
with :
146
146
path : .venv
147
147
key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ github.event.repository.name }}-${{ hashFiles('**/poetry.lock') }}
Original file line number Diff line number Diff line change 41
41
# ----------------------------------------------
42
42
- name : Load cached venv
43
43
id : cached-poetry-dependencies
44
- uses : actions/cache@v2
44
+ uses : actions/cache@v4
45
45
with :
46
46
path : .venv
47
47
key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ github.event.repository.name }}-${{ hashFiles('**/poetry.lock') }}
Original file line number Diff line number Diff line change 29
29
# ----------------------------------------------
30
30
- name : Load cached venv
31
31
id : cached-poetry-dependencies
32
- uses : actions/cache@v2
32
+ uses : actions/cache@v4
33
33
with :
34
34
path : .venv
35
35
key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ github.event.repository.name }}-${{ hashFiles('**/poetry.lock') }}
Original file line number Diff line number Diff line change 31
31
# ----------------------------------------------
32
32
- name : Load cached venv
33
33
id : cached-poetry-dependencies
34
- uses : actions/cache@v2
34
+ uses : actions/cache@v4
35
35
with :
36
36
path : .venv
37
37
key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ github.event.repository.name }}-${{ hashFiles('**/poetry.lock') }}
You can’t perform that action at this time.
0 commit comments