Skip to content

Commit c1736f4

Browse files
authored
Merge pull request #977 from coq/ci-fix
fix: latest version of setup ocaml
2 parents 36f5a39 + 6e15ebc commit c1736f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v3
1717

1818
- name: Use OCaml ${{ matrix.ocaml-compiler }}
19-
uses: avsm/setup-ocaml@v2
19+
uses: avsm/setup-ocaml@v3
2020
with:
2121
ocaml-compiler: ${{ matrix.ocaml-compiler }}
2222

.github/workflows/publish-server.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v3
1818

1919
- name: Use OCaml ${{ matrix.ocaml-compiler }}
20-
uses: avsm/setup-ocaml@v2
20+
uses: avsm/setup-ocaml@v3
2121
with:
2222
ocaml-compiler: ${{ matrix.ocaml-compiler }}
2323

0 commit comments

Comments
 (0)