Skip to content

Commit 3227a68

Browse files
chore(deps): bump actions/configure-pages from 4 to 5
Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 4 to 5. - [Release notes](https://github.com/actions/configure-pages/releases) - [Commits](actions/configure-pages@v4...v5) --- updated-dependencies: - dependency-name: actions/configure-pages dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b763569 commit 3227a68

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
@@ -43,7 +43,7 @@ jobs:
4343
cache: pnpm
4444
cache-dependency-path: './docs/pnpm-lock.yaml'
4545
- name: Setup Pages
46-
uses: actions/configure-pages@v4
46+
uses: actions/configure-pages@v5
4747
- name: Install dependencies
4848
run: pnpm install
4949
- name: Build with VitePress

0 commit comments

Comments
 (0)