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 f1df444 commit 3b7c82eCopy full SHA for 3b7c82e
.github/workflows/workflow.yml
@@ -17,16 +17,19 @@ jobs:
17
matrix:
18
os: [macos-latest, ubuntu-latest, windows-latest]
19
ocaml:
20
- - ocaml-base-compiler.5.1.0
+ - 5
21
22
runs-on: ${{ matrix.os }}
23
24
steps:
25
- name: Checkout code
26
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
27
+ with:
28
+ ref: ${{ github.event.pull_request.head.ref }}
29
+ repository: ${{ github.event.pull_request.head.repo.full_name }}
30
31
- name: Setup OCaml ${{ matrix.ocaml }}
- uses: ocaml/setup-ocaml@v2
32
+ uses: ocaml/setup-ocaml@v3
33
with:
34
cache-prefix: v1-${{ matrix.os }}-${{ matrix.ocaml }}
35
dune-cache: true
0 commit comments