fix formatting action

This commit is contained in:
Hannes Mehnert 2025-03-17 12:23:10 +01:00
parent 3138ef53ee
commit bc3fdaf3d5

View file

@ -16,9 +16,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
ref: ${{ github.head_ref }}
- name: Use OCaml ${{ matrix.ocaml-version }}
uses: ocaml/setup-ocaml@v3