5252 uses : actions/checkout@v4
5353
5454 - name : Cache module compilation
55- uses : actions/cache@v3
55+ uses : actions/cache@v4
5656 with :
5757 path : /tmp/varnish-modules-${{ matrix.varnish-modules-version }}
5858 key : varnish-modules-${{ matrix.varnish-modules-version }}
6464
6565 - name : Cache Vendor
6666 id : cache-vendor
67- uses : actions/cache@v3
67+ uses : actions/cache@v4
6868 with :
6969 path : vendor
7070 key : ${{ runner.os }}-vendor
@@ -104,7 +104,7 @@ jobs:
104104 uses : actions/checkout@v4
105105
106106 - name : Cache module compilation
107- uses : actions/cache@v3
107+ uses : actions/cache@v4
108108 with :
109109 path : /tmp/varnish-modules-${{ matrix.varnish-modules-version }}
110110 key : varnish-modules-${{ matrix.varnish-modules-version }}
@@ -116,7 +116,7 @@ jobs:
116116
117117 - name : Cache Vendor
118118 id : cache-vendor
119- uses : actions/cache@v3
119+ uses : actions/cache@v4
120120 with :
121121 path : vendor
122122 key : ${{ runner.os }}-vendor
@@ -161,7 +161,7 @@ jobs:
161161
162162 - name : Cache Vendor
163163 id : cache-vendor
164- uses : actions/cache@v3
164+ uses : actions/cache@v4
165165 with :
166166 path : vendor
167167 key : ${{ runner.os }}-vendor
@@ -205,7 +205,7 @@ jobs:
205205
206206 - name : Cache Vendor
207207 id : cache-vendor
208- uses : actions/cache@v3
208+ uses : actions/cache@v4
209209 with :
210210 path : vendor
211211 key : ${{ runner.os }}-vendor-lowest
@@ -237,7 +237,7 @@ jobs:
237237 uses : actions/checkout@v4
238238
239239 - name : Cache module compilation
240- uses : actions/cache@v3
240+ uses : actions/cache@v4
241241 with :
242242 path : /tmp/varnish-modules-${{ matrix.varnish-modules-version }}
243243 key : varnish-modules-${{ matrix.varnish-modules-version }}
@@ -249,7 +249,7 @@ jobs:
249249
250250 - name : Cache Vendor
251251 id : cache-vendor
252- uses : actions/cache@v3
252+ uses : actions/cache@v4
253253 with :
254254 path : vendor
255255 key : ${{ runner.os }}-vendor
0 commit comments