File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110
110
if : " runner.os == 'Windows' && inputs.cygwin"
111
111
112
112
- name : Checkout code
113
- uses : actions/checkout@v3
113
+ uses : actions/checkout@v4
114
114
115
115
- name : Pre-setup ($PATH, cache prefix, custom OPAM package for the compiler)
116
116
id : presetup
@@ -211,7 +211,7 @@ jobs:
211
211
if : " runner.os == 'Windows' && inputs.cygwin"
212
212
213
213
- name : Install Cygwin (in particular OPAM) (Cygwin)
214
- uses : cygwin/cygwin-install-action@v3
214
+ uses : cygwin/cygwin-install-action@v4
215
215
with :
216
216
packages : opam
217
217
install-dir : ' D:\cygwin'
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout code
13
- uses : actions/checkout@v3
13
+ uses : actions/checkout@v4
14
14
15
15
- name : Cache opam
16
16
id : cache-opam
Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : Checkout code
28
- uses : actions/checkout@v3
28
+ uses : actions/checkout@v4
29
29
30
30
- name : Install OCaml compiler
31
31
uses : ocaml/setup-ocaml@v2
You can’t perform that action at this time.
0 commit comments