We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb75c1a commit 0042650Copy full SHA for 0042650
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ${{ matrix.os }}
21
steps:
22
- uses: actions/checkout@v2
23
- - uses: ocaml/setup-ocaml@master
+ - uses: ocaml/setup-ocaml@v2
24
with:
25
ocaml-compiler: ${{ matrix.ocaml-compiler }}
26
dune-cache: true
0 commit comments