diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 5aaedf332..0288c0b41 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -88,7 +88,7 @@ jobs: runs-on: ubuntu-latest if: github.event_name == 'push' || needs.check.outputs.cacheHit != 'true' steps: - - uses: actions/checkout@v4A + - uses: actions/checkout@v4 with: submodules: recursive fetch-depth: 0