diff --git a/.github/workflows/ocaml.yml b/.github/workflows/ocaml.yml index 8a1abbd..73acb27 100644 --- a/.github/workflows/ocaml.yml +++ b/.github/workflows/ocaml.yml @@ -15,7 +15,7 @@ jobs: with-doc: true runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: RedPRL/actions-ocaml@v2 with: ocaml-compiler: ${{ matrix.ocaml-compiler }}