We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76b2199 commit af18fd9Copy full SHA for af18fd9
.github/workflows/build.yml
@@ -80,7 +80,7 @@ jobs:
80
uses: actions/checkout@v4
81
82
- name: Use OCaml ${{ matrix.ocaml-compiler }}
83
- uses: avsm/setup-ocaml@v2
+ uses: avsm/setup-ocaml@v3
84
with:
85
ocaml-compiler: ${{ matrix.ocaml-compiler }}
86
dune-cache: true
0 commit comments