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 a0c4c5b commit e57081cCopy full SHA for e57081c
.github/workflows/install.yml
@@ -13,10 +13,10 @@ jobs:
13
os: [ubuntu-latest]
14
steps:
15
- name: Checkout code
16
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
17
18
- name: Use OCaml ${{ matrix.ocaml-compiler }}
19
- uses: ocaml/setup-ocaml@v2
+ uses: ocaml/setup-ocaml@v3
20
with:
21
ocaml-compiler: ${{ matrix.ocaml-compiler }}
22
opam-repositories: |
0 commit comments