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

chore(deps): Bump actions/checkout from 4 to 5 (#582)

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
c6566dd6 57d40d4a

+3 -3
+1 -1
.github/workflows/gh-pages.yml
··· 28 28 29 29 steps: 30 30 - name: Checkout tree 31 - uses: actions/checkout@v4 31 + uses: actions/checkout@v5 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@v4 22 + - uses: actions/checkout@v5 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@v4 10 + - uses: actions/checkout@v5 11 11 with: 12 12 submodules: true 13 13 - uses: cachix/install-nix-action@v31