diff --git a/.github/workflows/deploy_and_update_submodules.yml b/.github/workflows/deploy_and_update_submodules.yml index e5e2ffb..a8fd4ff 100644 --- a/.github/workflows/deploy_and_update_submodules.yml +++ b/.github/workflows/deploy_and_update_submodules.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: submodules: recursive # Recursively checkout submodules