diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index e0f7fd2..22fe613 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout 🛎️ - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true fetch-depth: 0