Skip to content

Commit 56bfd03

Browse files
committed
Update to actions/cache@v5
1 parent d2a801e commit 56bfd03

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

.github/workflows/ci.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Cache checkout
22-
uses: actions/cache@v4
22+
uses: actions/cache@v5
2323
id: cache-checkout
2424
with:
2525
path: ${{ env.wc }}
@@ -52,7 +52,7 @@ jobs:
5252

5353
steps:
5454
- name: Cache PCRE suite
55-
uses: actions/cache@v4
55+
uses: actions/cache@v5
5656
id: cache-pcre
5757
with:
5858
path: pcre-suite/${{ env.pcre2 }}
@@ -70,15 +70,15 @@ jobs:
7070
chmod -R ug-w pcre-suite
7171
7272
- name: Cache converted PCRE tests
73-
uses: actions/cache@v4
73+
uses: actions/cache@v5
7474
id: cache-cvtpcre
7575
with:
7676
path: ${{ env.cvtpcre }}
7777
key: cvtpcre-bmake-${{ matrix.os }}-gcc-DEBUG-AUSAN-${{ github.sha }}-${{ env.pcre2 }}
7878

7979
- name: Fetch build
8080
if: steps.cache-cvtpcre.outputs.cache-hit != 'true'
81-
uses: actions/cache@v4
81+
uses: actions/cache@v5
8282
id: cache-build
8383
with:
8484
path: ${{ env.build }}
@@ -159,14 +159,14 @@ jobs:
159159

160160
steps:
161161
- name: Fetch checkout
162-
uses: actions/cache@v4
162+
uses: actions/cache@v5
163163
id: cache-checkout
164164
with:
165165
path: ${{ env.wc }}
166166
key: checkout-${{ github.sha }}
167167

168168
- name: Cache build
169-
uses: actions/cache@v4
169+
uses: actions/cache@v5
170170
id: cache-build
171171
with:
172172
path: ${{ env.build }}
@@ -237,15 +237,15 @@ jobs:
237237

238238
steps:
239239
- name: Fetch checkout
240-
uses: actions/cache@v4
240+
uses: actions/cache@v5
241241
id: cache-checkout
242242
with:
243243
path: ${{ env.wc }}
244244
key: checkout-${{ github.sha }}
245245

246246
# An arbitary build.
247247
- name: Fetch build
248-
uses: actions/cache@v4
248+
uses: actions/cache@v5
249249
id: cache-build
250250
with:
251251
path: ${{ env.build }}
@@ -327,7 +327,7 @@ jobs:
327327

328328
steps:
329329
- name: Fetch checkout
330-
uses: actions/cache@v4
330+
uses: actions/cache@v5
331331
id: cache-checkout
332332
with:
333333
path: ${{ env.wc }}
@@ -349,7 +349,7 @@ jobs:
349349
${{ matrix.cc }} --version
350350
351351
- name: Fetch build
352-
uses: actions/cache@v4
352+
uses: actions/cache@v5
353353
id: cache-build
354354
with:
355355
path: ${{ env.build }}
@@ -386,7 +386,7 @@ jobs:
386386

387387
steps:
388388
- name: Fetch checkout
389-
uses: actions/cache@v4
389+
uses: actions/cache@v5
390390
id: cache-checkout
391391
with:
392392
path: ${{ env.wc }}
@@ -408,7 +408,7 @@ jobs:
408408
${{ matrix.cc }} --version
409409
410410
- name: Fetch build
411-
uses: actions/cache@v4
411+
uses: actions/cache@v5
412412
id: cache-build
413413
with:
414414
path: ${{ env.build }}
@@ -518,14 +518,14 @@ jobs:
518518
go version
519519
520520
- name: Fetch build
521-
uses: actions/cache@v4
521+
uses: actions/cache@v5
522522
id: cache-build
523523
with:
524524
path: ${{ env.build }}
525525
key: build-${{ matrix.make }}-${{ matrix.os }}-${{ matrix.cc }}-${{ matrix.debug }}-${{ matrix.san }}-${{ github.sha }}
526526

527527
- name: Fetch converted PCRE tests
528-
uses: actions/cache@v4
528+
uses: actions/cache@v5
529529
id: cache-cvtpcre
530530
with:
531531
path: ${{ env.cvtpcre }}
@@ -544,7 +544,7 @@ jobs:
544544

545545
steps:
546546
- name: Cache docs
547-
uses: actions/cache@v4
547+
uses: actions/cache@v5
548548
id: cache-docs
549549
with:
550550
path: ${{ env.build }}
@@ -559,7 +559,7 @@ jobs:
559559
560560
- name: Fetch checkout
561561
if: steps.cache-docs.outputs.cache-hit != 'true'
562-
uses: actions/cache@v4
562+
uses: actions/cache@v5
563563
id: cache-checkout
564564
with:
565565
path: ${{ env.wc }}
@@ -599,7 +599,7 @@ jobs:
599599

600600
steps:
601601
- name: Cache prefix
602-
uses: actions/cache@v4
602+
uses: actions/cache@v5
603603
id: cache-prefix
604604
with:
605605
path: ${{ env.prefix }}
@@ -613,23 +613,23 @@ jobs:
613613
614614
- name: Fetch checkout
615615
if: steps.cache-prefix.outputs.cache-hit != 'true'
616-
uses: actions/cache@v4
616+
uses: actions/cache@v5
617617
id: cache-checkout
618618
with:
619619
path: ${{ env.wc }}
620620
key: checkout-${{ github.sha }}
621621

622622
- name: Fetch build
623623
if: steps.cache-prefix.outputs.cache-hit != 'true'
624-
uses: actions/cache@v4
624+
uses: actions/cache@v5
625625
id: cache-build
626626
with:
627627
path: ${{ env.build }}
628628
key: build-${{ env.make }}-${{ env.os }}-${{ env.cc }}-${{ env.debug }}-${{ env.san }}-${{ github.sha }}
629629

630630
- name: Fetch docs
631631
if: steps.cache-prefix.outputs.cache-hit != 'true'
632-
uses: actions/cache@v4
632+
uses: actions/cache@v5
633633
id: cache-docs
634634
with:
635635
path: ${{ env.build }}
@@ -673,7 +673,7 @@ jobs:
673673
fpm -v
674674
675675
- name: Fetch prefix
676-
uses: actions/cache@v4
676+
uses: actions/cache@v5
677677
id: cache-prefix
678678
with:
679679
path: ${{ env.prefix }}

0 commit comments

Comments
 (0)