Skip to content

Commit

Permalink
Merge pull request #986 from ilankri/ci
Browse files Browse the repository at this point in the history
[ci] Use the latest version of `actions/checkout`
  • Loading branch information
smorimoto authored Mar 14, 2024
2 parents 19bba4a + 1482a71 commit 73f1a0f
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 73f1a0f

Please sign in to comment.