diff --git a/.github/workflows/deploy-page.yml b/.github/workflows/deploy-page.yml index e8c512e4..fe41216a 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@v5 + - uses: actions/checkout@v6 with: submodules: true fetch-depth: 0