diff --git a/.github/workflows/ci-checks.yaml b/.github/workflows/ci-checks.yaml index 394f9f9340..77669452db 100644 --- a/.github/workflows/ci-checks.yaml +++ b/.github/workflows/ci-checks.yaml @@ -20,7 +20,7 @@ jobs: ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} - name: Pull submodules - run: git submodule update --init --recursive --remote --checkout + run: git submodule update --init --recursive - name: Install Node.js, NPM and Yarn uses: actions/setup-node@v4