Skip to content

Commit 3b7c82e

Browse files
committed
Bump ocaml setup and checkout action versions.
Signed-off-by: George Leontiev <[email protected]>
1 parent f1df444 commit 3b7c82e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/workflow.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,19 @@ jobs:
1717
matrix:
1818
os: [macos-latest, ubuntu-latest, windows-latest]
1919
ocaml:
20-
- ocaml-base-compiler.5.1.0
20+
- 5
2121

2222
runs-on: ${{ matrix.os }}
2323

2424
steps:
2525
- name: Checkout code
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
27+
with:
28+
ref: ${{ github.event.pull_request.head.ref }}
29+
repository: ${{ github.event.pull_request.head.repo.full_name }}
2730

2831
- name: Setup OCaml ${{ matrix.ocaml }}
29-
uses: ocaml/setup-ocaml@v2
32+
uses: ocaml/setup-ocaml@v3
3033
with:
3134
cache-prefix: v1-${{ matrix.os }}-${{ matrix.ocaml }}
3235
dune-cache: true

0 commit comments

Comments
 (0)