Skip to content

Commit ed3c8ab

Browse files
committed
更新工作流
1 parent 9cf8fce commit ed3c8ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333
with:
3434
fetch-depth: 0 # Not needed if lastUpdated is not enabled
3535
# - uses: pnpm/action-setup@v2 # Uncomment this if you're using pnpm
3636
- name: Setup Node
37-
uses: actions/setup-node@v3
37+
uses: actions/setup-node@v4
3838
with:
3939
node-version: 18
4040
cache: npm # or pnpm / yarn
4141
- name: Setup Pages
42-
uses: actions/configure-pages@v3
42+
uses: actions/configure-pages@v4
4343
- name: Install dependencies
4444
run: npm ci # or pnpm install / yarn install
4545
- name: Build with VitePress

0 commit comments

Comments
 (0)