Skip to content

Commit

Permalink
Merge pull request #229 from ilankri/ci-fix
Browse files Browse the repository at this point in the history
[ci] Use the latest version of `actions/checkout`
  • Loading branch information
balat authored Mar 25, 2024
2 parents f0d1090 + ac955d5 commit 8caddec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2
Expand Down

0 comments on commit 8caddec

Please sign in to comment.