Skip to content

Commit bc39830

Browse files
committed
use latest version of cache action
1 parent dba8c46 commit bc39830

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
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 }}
@@ -64,7 +64,7 @@ jobs:
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

.github/workflows/static.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Cache Vendor
2222
id: cache-vendor
23-
uses: actions/cache@v3
23+
uses: actions/cache@v4
2424
with:
2525
path: vendor
2626
key: ${{ runner.os }}-vendor
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Cache Vendor
4747
id: cache-vendor
48-
uses: actions/cache@v3
48+
uses: actions/cache@v4
4949
with:
5050
path: vendor
5151
key: ${{ runner.os }}-vendor

0 commit comments

Comments
 (0)