Skip to content

Commit

Permalink
[ci] Use the latest version of actions/checkout
Browse files Browse the repository at this point in the history
To avoid the warning about deprecated Node.js 16 actions.  See
https://github.com/ocsigen/ocsigen-toolkit/actions/runs/8134843910.
  • Loading branch information
ilankri committed Mar 4, 2024
1 parent 7c8bc18 commit ac955d5
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 ac955d5

Please sign in to comment.