52
52
opam-bs-cache : ${{ steps.keys.outputs.opam-bs-cache }}
53
53
steps :
54
54
- name : Checkout tree
55
- uses : actions/checkout@v3
55
+ uses : actions/checkout@v4
56
56
- name : Determine cache keys
57
57
id : keys
58
58
run : |
92
92
force-gzip : true
93
93
- name : Checkout tree
94
94
if : steps.cygwin64.outputs.cache-hit != 'true'
95
- uses : actions/checkout@v3
95
+ uses : actions/checkout@v4
96
96
- name : Create Cygwin64 cache
97
97
if : steps.cygwin64.outputs.cache-hit != 'true'
98
98
shell : cmd
@@ -112,7 +112,7 @@ jobs:
112
112
- name : Install bubblewrap
113
113
run : sudo apt install bubblewrap
114
114
- name : Checkout tree
115
- uses : actions/checkout@v3
115
+ uses : actions/checkout@v4
116
116
- name : src_ext/archives and opam-repository Cache
117
117
id : archives
118
118
uses : ocaml-opam/cache@opam
@@ -156,7 +156,7 @@ jobs:
156
156
git config --system core.autocrlf false
157
157
git config --system core.eol lf
158
158
- name : Checkout tree
159
- uses : actions/checkout@v3
159
+ uses : actions/checkout@v4
160
160
- name : Cygwin64 Cache
161
161
id : cygwin64
162
162
if : matrix.build == 'x86_64-pc-cygwin'
@@ -230,7 +230,7 @@ jobs:
230
230
fail-fast : true
231
231
steps :
232
232
- name : Checkout tree
233
- uses : actions/checkout@v3
233
+ uses : actions/checkout@v4
234
234
- name : src_ext/archives and opam-repository Cache
235
235
id : archives
236
236
uses : ocaml-opam/cache@opam
@@ -268,7 +268,7 @@ jobs:
268
268
OPAM_TEST : 1
269
269
steps :
270
270
- name : Checkout tree
271
- uses : actions/checkout@v3
271
+ uses : actions/checkout@v4
272
272
- name : Install bubblewrap
273
273
run : sudo apt install bubblewrap
274
274
- name : src_ext/archives and opam-repository Cache
@@ -324,7 +324,7 @@ jobs:
324
324
- name : Install gnu coreutils
325
325
run : brew install coreutils
326
326
- name : Checkout tree
327
- uses : actions/checkout@v3
327
+ uses : actions/checkout@v4
328
328
- name : src_ext/archives and opam-repository Cache
329
329
id : archives
330
330
uses : ocaml-opam/cache@opam
@@ -377,7 +377,7 @@ jobs:
377
377
- name : Install bubblewrap
378
378
run : sudo apt install bubblewrap
379
379
- name : Checkout tree
380
- uses : actions/checkout@v3
380
+ uses : actions/checkout@v4
381
381
- name : src_ext/archives and opam-repository Cache
382
382
id : archives
383
383
uses : ocaml-opam/cache@opam
@@ -413,7 +413,7 @@ jobs:
413
413
- name : Install bubblewrap
414
414
run : sudo apt install bubblewrap
415
415
- name : Checkout tree
416
- uses : actions/checkout@v3
416
+ uses : actions/checkout@v4
417
417
- name : src_ext/archives and opam-repository Cache
418
418
id : archives
419
419
uses : ocaml-opam/cache@opam
@@ -459,7 +459,7 @@ jobs:
459
459
OPAMBSROOT : ~/.cache/opam.${{ matrix.solver }}.cached
460
460
steps :
461
461
- name : Checkout tree
462
- uses : actions/checkout@v3
462
+ uses : actions/checkout@v4
463
463
- name : src_ext/archives and opam-repository Cache
464
464
id : archives
465
465
uses : ocaml-opam/cache@opam
@@ -506,7 +506,7 @@ jobs:
506
506
- name : Install bubblewrap
507
507
run : sudo apt install bubblewrap
508
508
- name : Checkout tree
509
- uses : actions/checkout@v3
509
+ uses : actions/checkout@v4
510
510
- name : opam 1.2 root Cache
511
511
uses : actions/cache@v3
512
512
with :
@@ -537,7 +537,7 @@ jobs:
537
537
fail-fast : false
538
538
steps :
539
539
- name : Checkout tree
540
- uses : actions/checkout@v3
540
+ uses : actions/checkout@v4
541
541
- name : opam 1.2 root Cache
542
542
uses : actions/cache@v3
543
543
with :
@@ -569,7 +569,7 @@ jobs:
569
569
- name : Install system's dune and ocaml packages
570
570
run : sudo apt install dune ocaml
571
571
- name : Checkout tree
572
- uses : actions/checkout@v3
572
+ uses : actions/checkout@v4
573
573
- name : src_ext/archives and opam-repository Cache
574
574
id : archives
575
575
uses : ocaml-opam/cache@opam
0 commit comments