Skip to content

Commit c73d3b4

Browse files
authored
Merge pull request #17 from Fanju6/dependabot/github_actions/actions/configure-pages-5
chore(deps): bump actions/configure-pages from 4 to 5
2 parents 52f4944 + 120c9be commit c73d3b4

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: npm # 或 pnpm / yarn
4444
cache-dependency-path: website/package-lock.json
4545
- name: Setup Pages
46-
uses: actions/configure-pages@v4
46+
uses: actions/configure-pages@v5
4747
- name: Install dependencies
4848
run: npm ci # 或 pnpm install / yarn install / bun install
4949
working-directory: website

0 commit comments

Comments
 (0)