Skip to content

Commit 99168d0

Browse files
authored
Merge pull request #975 from coq/ci-fix
fix: ubuntu CI
2 parents 26f3f1f + a92943f commit 99168d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
uses: actions/checkout@v3
7676

7777
- name: Use OCaml ${{ matrix.ocaml-compiler }}
78-
uses: avsm/setup-ocaml@v2
78+
uses: avsm/setup-ocaml@v3
7979
with:
8080
ocaml-compiler: ${{ matrix.ocaml-compiler }}
8181

@@ -144,7 +144,7 @@ jobs:
144144
uses: actions/checkout@v3
145145

146146
- name: Use OCaml ${{ matrix.ocaml-compiler }}
147-
uses: avsm/setup-ocaml@v2
147+
uses: avsm/setup-ocaml@v3
148148
with:
149149
ocaml-compiler: ${{ matrix.ocaml-compiler }}
150150

0 commit comments

Comments
 (0)