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 12 actions.  See
https://github.com/ocsigen/lwt/actions/runs/7242395619.
  • Loading branch information
ilankri committed Dec 18, 2023
1 parent 19bba4a commit 4b4780c
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 @@ -76,7 +76,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Hack Git CRLF for ocaml/setup-ocaml issue #529
if: ${{ startsWith(matrix.os, 'windows-') }}
Expand Down

0 comments on commit 4b4780c

Please sign in to comment.