Merge pull request #1706 from rmcrackan/dependabot/github_actions/actions/configure-pages-6

Bump actions/configure-pages from 5 to 6
This commit is contained in:
rmcrackan authored and GitHub committed 2026-03-30 11:43:22 -04:00
commit e929ab3062
1 file changed
+1 -1
+1 -1
View File
@@ -45,7 +45,7 @@ jobs:
node-version: 24
cache: npm # or pnpm / yarn
- name: Setup Pages
uses: actions/configure-pages@v5
uses: actions/configure-pages@v6
- name: Install dependencies
run: npm ci # or pnpm install / yarn install / bun install
- name: Build with VitePress