diff --git a/.github/workflows/deploy_and_update_submodules.yml b/.github/workflows/deploy_and_update_submodules.yml index e5e2ffb..556898f 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@v5 with: submodules: recursive # Recursively checkout submodules