diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 87ac43d4c..3ad40b19b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,7 +40,7 @@ jobs: node-version: 20 cache: yarn - name: Setup Pages - uses: actions/configure-pages@v3 + uses: actions/configure-pages@v4 - name: Install dependencies run: yarn install - name: Build with VitePress