Skip to content

Commit 6d84c08

Browse files
committed
try to update Github Actions versions to fix CI
1 parent 536de1c commit 6d84c08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232

3333
steps:
3434
- name: Checkout code
35-
uses: actions/checkout@v2
35+
uses: actions/checkout@v5
3636

3737
- name: Use OCaml ${{ matrix.ocaml-compiler }}
38-
uses: ocaml/setup-ocaml@v2
38+
uses: ocaml/setup-ocaml@v3
3939
with:
4040
ocaml-compiler: ${{ matrix.ocaml-compiler }}
4141
dune-cache: ${{ matrix.os != 'macos-latest' }}

0 commit comments

Comments
 (0)