Skip to content

Commit 18f8575

Browse files
authored
bump version of ocaml/setup-ocaml
1 parent a0c00cc commit 18f8575

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434

3535
steps:
3636
- name: Checkout code
37-
uses: actions/checkout@v2
37+
uses: actions/checkout@v4
3838

3939
- name: Use OCaml ${{ matrix.ocaml-version }}
40-
uses: ocaml/setup-ocaml@v2
40+
uses: ocaml/setup-ocaml@v3
4141
with:
4242
ocaml-compiler: ${{ matrix.ocaml-compiler }}
4343
dune-cache: true

0 commit comments

Comments
 (0)