mirror of
https://github.com/mirage/qubes-mirage-firewall.git
synced 2025-10-28 13:11:09 -04:00
fix formatting action
This commit is contained in:
parent
3138ef53ee
commit
bc3fdaf3d5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/format.yml
vendored
4
.github/workflows/format.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue