Skip to content

Commit 940ec67

Browse files
committed
[skip ci] Update setup-pages CI
1 parent d355132 commit 940ec67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
node-version: 23
3939
cache: npm # or pnpm / yarn
4040
- name: Setup Pages
41-
uses: actions/configure-pages@v4
41+
uses: actions/configure-pages@v5
4242
- name: Install dependencies
4343
run: npm ci # or pnpm install / yarn install / bun install
4444
- name: Build with VitePress
@@ -89,7 +89,7 @@ jobs:
8989
node-version: 20
9090
cache: npm # or pnpm / yarn
9191
- name: Setup Pages
92-
uses: actions/configure-pages@v4
92+
uses: actions/configure-pages@v5
9393
- name: Install dependencies
9494
run: npm ci # or pnpm install / yarn install / bun install
9595
- name: Build with VitePress

0 commit comments

Comments
 (0)