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/tyxml/actions/runs/8134818335.
  • Loading branch information
ilankri committed Mar 4, 2024
1 parent 06b5c2a commit b83522c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

steps:
- name: Checkout 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 b83522c

Please sign in to comment.