Skip to content

Commit e4c7bb8

Browse files
committed
ci: 升级 GitHub Actions 依赖版本
1 parent b946959 commit e4c7bb8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ jobs:
2222
name: github-pages
2323
url: ${{ steps.deployment.outputs.page_url }}
2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v6
2626
with:
2727
fetch-depth: 0
2828

2929
- name: Setup Node.js
30-
uses: actions/setup-node@v4
30+
uses: actions/setup-node@v6
3131
with:
3232
node-version: "24"
3333

3434
- name: Install dependencies
35-
run: npm ci
35+
run: npm install
3636

3737
- name: Build site
3838
run: npm run build

0 commit comments

Comments
 (0)