diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1176ad9..4a2932c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,13 +29,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 # Not needed if lastUpdated is not enabled # - uses: pnpm/action-setup@v2 # Uncomment this if you're using pnpm - uses: oven-sh/setup-bun@v1 # Uncomment this if you're using Bun - name: Setup Pages - uses: actions/configure-pages@v3 + uses: actions/configure-pages@v4 - name: Install dependencies run: bun install - name: Build with VitePress @@ -43,7 +43,7 @@ jobs: bun run docs:build touch .vitepress/dist/.nojekyll - name: Upload artifact - uses: actions/upload-pages-artifact@v2 + uses: actions/upload-pages-artifact@v3 with: path: .vitepress/dist diff --git a/bun.lockb b/bun.lockb index 2377120..d72ca56 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index e41959f..299f651 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,6 @@ "docs:preview": "vitepress preview" }, "devDependencies": { - "vitepress": "^1.0.0-rc.31" + "vitepress": "1.0.0-rc.45" } } \ No newline at end of file