File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 24
24
python-version : " 3.10"
25
25
26
26
- name : Handle pip cache
27
- uses : actions/cache@v3
27
+ uses : actions/cache@v4
28
28
with :
29
29
path : ~/.cache/pip
30
30
key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }}
@@ -74,15 +74,15 @@ jobs:
74
74
python-version : ${{ matrix.python-version }}
75
75
76
76
- name : Handle pip cache
77
- uses : actions/cache@v3
77
+ uses : actions/cache@v4
78
78
with :
79
79
path : ~/.cache/pip
80
80
key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }}
81
81
restore-keys : |
82
82
${{ runner.os }}-pip-
83
83
84
84
- name : Handle ZK installation cache
85
- uses : actions/cache@v3
85
+ uses : actions/cache@v4
86
86
with :
87
87
path : zookeeper
88
88
key : ${{ runner.os }}-zookeeper
@@ -121,15 +121,15 @@ jobs:
121
121
python-version : " 3.10"
122
122
123
123
- name : Handle pip cache
124
- uses : actions/cache@v3
124
+ uses : actions/cache@v4
125
125
with :
126
126
path : ~/.cache/pip
127
127
key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }}
128
128
restore-keys : |
129
129
${{ runner.os }}-pip-
130
130
131
131
- name : Handle ZK installation cache
132
- uses : actions/cache@v3
132
+ uses : actions/cache@v4
133
133
with :
134
134
path : zookeeper
135
135
key : ${{ runner.os }}-zookeeper
You can’t perform that action at this time.
0 commit comments