you need to refer this action in the market place for checking out code base.
https://github.com/actions/checkout
by default , submodules are not checked out. you need to explicitly pass submodules as true.
- uses: actions/checkout@v4
with:
submodules: true