diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8694537..69da7ab 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,13 +19,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout your repository using git - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install, build, and upload your site - uses: withastro/action@v0 + uses: withastro/action@v2 with: node-version: latest - package-manager: pnpm - pnpm-version: 8.7.1 + package-manager: pnpm@8.12 deploy: needs: build @@ -36,4 +35,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 + uses: actions/deploy-pages@v4 diff --git a/package.json b/package.json index 4574767..043851b 100644 --- a/package.json +++ b/package.json @@ -1,23 +1,23 @@ { - "name": "volar-docs", - "type": "module", - "version": "0.0.1", - "scripts": { - "dev": "astro dev", - "start": "astro dev", - "build": "astro build", - "preview": "astro preview", - "astro": "astro", - "format": "prettier -w --cache ." - }, - "dependencies": { - "@astrojs/starlight": "^0.25.4", - "@expressive-code/plugin-collapsible-sections": "^0.35.6", - "@types/hast": "^3.0.4", - "astro": "^4.13.3", - "prettier": "^3.3.3", - "prettier-plugin-astro": "^0.14.1", - "sharp": "0.33.4" - }, - "packageManager": "pnpm@8.7.1" + "name": "volar-docs", + "type": "module", + "version": "0.0.1", + "scripts": { + "dev": "astro dev", + "start": "astro dev", + "build": "astro build", + "preview": "astro preview", + "astro": "astro", + "format": "prettier -w --cache ." + }, + "dependencies": { + "@astrojs/starlight": "^0.25.4", + "@expressive-code/plugin-collapsible-sections": "^0.35.6", + "@types/hast": "^3.0.4", + "astro": "^4.13.3", + "prettier": "^3.3.3", + "prettier-plugin-astro": "^0.14.1", + "sharp": "0.33.4" + }, + "packageManager": "pnpm@8.12.0+sha512.279278f83be782f6faaefbacbccc503301c4ec2cdafd40983e7c26aeeee7c38270f5c8e635b43464691b897abe1675b40c06df6edadde922532b7368aa9a5267" }