Skip to content

Commit 98bc9cb

Browse files
Update actions/configure-pages action to v6
1 parent a281444 commit 98bc9cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
node-version: 24
3737
cache: npm # or pnpm / yarn
3838
- name: Setup Pages
39-
uses: actions/configure-pages@v5
39+
uses: actions/configure-pages@v6
4040
- name: Install dependencies
4141
run: npm ci # or pnpm install / yarn install / bun install
4242
- name: Build with VitePress

0 commit comments

Comments
 (0)