diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 605b6cf..46e5141 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,7 +34,7 @@ jobs: fetch-depth: 0 # Not needed if lastUpdated is not enabled - uses: oven-sh/setup-bun@v1 - name: Setup Pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v5 - name: Install dependencies run: bun install - name: Build with VitePress