File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 51
51
ocaml-compiler : ${{ matrix.ocaml-compiler }}
52
52
53
53
- name : Checkout code
54
- uses : actions/checkout@v4
54
+ uses : actions/checkout@v5
55
55
with :
56
56
path : wasm_of_ocaml
57
57
66
66
run : opam install --fake binaryen-bin
67
67
68
68
- name : Checkout Jane Street opam repository
69
- uses : actions/checkout@v4
69
+ uses : actions/checkout@v5
70
70
with :
71
71
repository : janestreet/opam-repository
72
72
ref : feaf8f831051fd5f316963b28efd728cf0b0eca1
Original file line number Diff line number Diff line change 98
98
sudo aptitude -o Acquire::Retries=30 install gcc-multilib g++-multilib pkg-config libgmp-dev libgmp-dev:i386 libx11-dev:i386 -y
99
99
100
100
- name : Checkout tree
101
- uses : actions/checkout@v4
101
+ uses : actions/checkout@v5
102
102
103
103
- name : Set-up Node.js
104
104
uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout tree
14
- uses : actions/checkout@v4
14
+ uses : actions/checkout@v5
15
15
- name : Set-up OCaml
16
16
uses : ocaml/setup-ocaml@v3
17
17
with :
23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- name : Checkout tree
26
- uses : actions/checkout@v4
26
+ uses : actions/checkout@v5
27
27
- name : Set-up OCaml
28
28
uses : ocaml/setup-ocaml@v3
29
29
with :
35
35
runs-on : ubuntu-latest
36
36
steps :
37
37
- name : Checkout tree
38
- uses : actions/checkout@v4
38
+ uses : actions/checkout@v5
39
39
- name : Set-up Biome
40
40
uses : biomejs/setup-biome@v2
41
41
- name : Run biome
You can’t perform that action at this time.
0 commit comments