diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index cff9aad19..1d0d8a6db 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -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-') }}