Skip to content

Commit 64af6ca

Browse files
chore(deps): update actions/configure-pages action to v5 (#13)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3919d71 commit 64af6ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
node-version: 20
2121
cache: pnpm
2222
- name: Setup Pages
23-
uses: actions/configure-pages@v4
23+
uses: actions/configure-pages@v5
2424
- name: Install dependencies
2525
run: pnpm install
2626
- name: Install playwright browsers

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
node-version: 20
3333
cache: pnpm
3434
- name: Setup Pages
35-
uses: actions/configure-pages@v4
35+
uses: actions/configure-pages@v5
3636
- name: Install dependencies
3737
run: pnpm install
3838
- name: Build with VitePress

0 commit comments

Comments
 (0)