52
52
uses : actions/checkout@v4
53
53
54
54
- name : Cache module compilation
55
- uses : actions/cache@v3
55
+ uses : actions/cache@v4
56
56
with :
57
57
path : /tmp/varnish-modules-${{ matrix.varnish-modules-version }}
58
58
key : varnish-modules-${{ matrix.varnish-modules-version }}
64
64
65
65
- name : Cache Vendor
66
66
id : cache-vendor
67
- uses : actions/cache@v3
67
+ uses : actions/cache@v4
68
68
with :
69
69
path : vendor
70
70
key : ${{ runner.os }}-vendor
@@ -104,7 +104,7 @@ jobs:
104
104
uses : actions/checkout@v4
105
105
106
106
- name : Cache module compilation
107
- uses : actions/cache@v3
107
+ uses : actions/cache@v4
108
108
with :
109
109
path : /tmp/varnish-modules-${{ matrix.varnish-modules-version }}
110
110
key : varnish-modules-${{ matrix.varnish-modules-version }}
@@ -116,7 +116,7 @@ jobs:
116
116
117
117
- name : Cache Vendor
118
118
id : cache-vendor
119
- uses : actions/cache@v3
119
+ uses : actions/cache@v4
120
120
with :
121
121
path : vendor
122
122
key : ${{ runner.os }}-vendor
@@ -161,7 +161,7 @@ jobs:
161
161
162
162
- name : Cache Vendor
163
163
id : cache-vendor
164
- uses : actions/cache@v3
164
+ uses : actions/cache@v4
165
165
with :
166
166
path : vendor
167
167
key : ${{ runner.os }}-vendor
@@ -205,7 +205,7 @@ jobs:
205
205
206
206
- name : Cache Vendor
207
207
id : cache-vendor
208
- uses : actions/cache@v3
208
+ uses : actions/cache@v4
209
209
with :
210
210
path : vendor
211
211
key : ${{ runner.os }}-vendor-lowest
@@ -237,7 +237,7 @@ jobs:
237
237
uses : actions/checkout@v4
238
238
239
239
- name : Cache module compilation
240
- uses : actions/cache@v3
240
+ uses : actions/cache@v4
241
241
with :
242
242
path : /tmp/varnish-modules-${{ matrix.varnish-modules-version }}
243
243
key : varnish-modules-${{ matrix.varnish-modules-version }}
@@ -249,7 +249,7 @@ jobs:
249
249
250
250
- name : Cache Vendor
251
251
id : cache-vendor
252
- uses : actions/cache@v3
252
+ uses : actions/cache@v4
253
253
with :
254
254
path : vendor
255
255
key : ${{ runner.os }}-vendor
0 commit comments