Skip to content

Commit a82839e

Browse files
committed
update action with ocaml/setup-ocaml@v3
1 parent d5ffca7 commit a82839e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/set-up-environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Check out repository code
1313
uses: actions/checkout@v4
1414
- name: Use OCaml
15-
uses: ocaml/setup-ocaml@v2
15+
uses: ocaml/setup-ocaml@v3
1616
with:
1717
ocaml-compiler: 4.13.x
1818
- name: install tools with opam
@@ -77,4 +77,4 @@ jobs:
7777
cd $GITHUB_WORKSPACE
7878
echo "# Replay Status" > $GITHUB_STEP_SUMMARY
7979
echo "./test.sh"
80-
./test.sh
80+
./test.sh

0 commit comments

Comments
 (0)