The unpac monorepo manager self-hosting as a monorepo using unpac

Merge pull request #591 from ocaml/dependabot/github_actions/actions/checkout-6

chore(deps): Bump actions/checkout from 5 to 6

authored by

Rudi Grinberg and committed by
GitHub
22e52424 f472b389

+3 -3
+1 -1
.github/workflows/gh-pages.yml
··· 28 28 29 29 steps: 30 30 - name: Checkout tree 31 - uses: actions/checkout@v5 31 + uses: actions/checkout@v6 32 32 33 33 - name: Set-up OCaml 34 34 uses: ocaml/setup-ocaml@v3
+1 -1
.github/workflows/main.yml
··· 19 19 ocaml-compiler: "ocaml-variants.5.2.1+options,ocaml-option-tsan" 20 20 runs-on: ${{ matrix.os }} 21 21 steps: 22 - - uses: actions/checkout@v5 22 + - uses: actions/checkout@v6 23 23 - run: | 24 24 sudo apt update 25 25 sudo apt install libunwind-dev
+1 -1
.github/workflows/nix.yml
··· 7 7 tests: 8 8 runs-on: ubuntu-latest 9 9 steps: 10 - - uses: actions/checkout@v5 10 + - uses: actions/checkout@v6 11 11 with: 12 12 submodules: true 13 13 - uses: cachix/install-nix-action@v31