diff --git a/.github/workflows/deploy-page.yml b/.github/workflows/deploy-page.yml index 0d016403..10f917e4 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@v2.4.0 + - uses: actions/checkout@v3 with: submodules: true fetch-depth: 0