File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 21
21
22
22
steps :
23
23
- name : Checkout tree
24
- uses : actions/checkout@v4
24
+ uses : actions/checkout@v5
25
25
26
26
- name : Set-up OCaml
27
27
uses : ocaml/setup-ocaml@v3
38
38
runs-on : ubuntu-latest
39
39
steps :
40
40
- name : Checkout tree
41
- uses : actions/checkout@v4
41
+ uses : actions/checkout@v5
42
42
- name : Set-up OCaml
43
43
uses : ocaml/setup-ocaml@v3
44
44
with :
49
49
runs-on : ubuntu-latest
50
50
steps :
51
51
- name : Checkout tree
52
- uses : actions/checkout@v4
52
+ uses : actions/checkout@v5
53
53
- name : Set-up OCaml
54
54
uses : ocaml/setup-ocaml@v3
55
55
with :
60
60
runs-on : ubuntu-latest
61
61
steps :
62
62
- name : Checkout tree
63
- uses : actions/checkout@v4
63
+ uses : actions/checkout@v5
64
64
- name : Set-up OCaml
65
65
uses : ocaml/setup-ocaml@v3
66
66
with :
Original file line number Diff line number Diff line change 14
14
steps :
15
15
# Get the code
16
16
- name : Checkout
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v5
18
18
19
19
# Set up Python with built-in pip caching
20
20
- name : Set up Python
You can’t perform that action at this time.
0 commit comments