diff --git a/.github/workflows/deploy-page.yml b/.github/workflows/deploy-page.yml index 1e411a88..176a2118 100644 --- a/.github/workflows/deploy-page.yml +++ b/.github/workflows/deploy-page.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: # Clones the repository. We also want the submodules, thats where the theme lies. - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true fetch-depth: 0