Skip to content

Commit a9c6028

Browse files
authored
Merge pull request #420 from node-oauth/dependabot/github_actions/actions/configure-pages-6
build(deps): bump actions/configure-pages from 5 to 6
2 parents 08ca671 + 8b54e5b commit a9c6028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_docs.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@v5
43+
uses: actions/configure-pages@v6
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)