Skip to content

Commit 501dfb4

Browse files
authored
Merge pull request #29 from dumb-software/renovate/actions-configure-pages-6.x
chore(deps): update actions/configure-pages action to v6
2 parents fec4241 + 3d1cab3 commit 501dfb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
node-version: 24
4343
cache: npm # or pnpm / yarn
4444
- name: Setup Pages
45-
uses: actions/configure-pages@v5
45+
uses: actions/configure-pages@v6
4646
- name: Install dependencies
4747
run: npm ci # or pnpm install / yarn install / bun install
4848
- name: Build with VitePress

0 commit comments

Comments
 (0)