Skip to content

Commit c13a4df

Browse files
authored
Merge pull request #966 from bavix/dependabot/github_actions/actions/configure-pages-5
Bump actions/configure-pages from 4 to 5
2 parents 9365a89 + b879bde commit c13a4df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
node-version: 20
4141
cache: npm # or pnpm / yarn
4242
- name: Setup Pages
43-
uses: actions/configure-pages@v4
43+
uses: actions/configure-pages@v5
4444
- name: Install dependencies
4545
run: npm ci # or pnpm install / yarn install / bun install
4646
- name: Build with VitePress

0 commit comments

Comments
 (0)