Skip to content

Commit edfed9d

Browse files
authored
Update deploy.yml
v3->v4
1 parent 05b7496 commit edfed9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ jobs:
3535
# - uses: pnpm/action-setup@v2 # Uncomment this if you're using pnpm
3636
# - uses: oven-sh/setup-bun@v1 # Uncomment this if you're using Bun
3737
- name: Setup Node
38-
uses: actions/setup-node@v3
38+
uses: actions/setup-node@v4
3939
with:
4040
node-version: 22
4141
cache: npm # or pnpm / yarn
4242
- name: Setup Pages
43-
uses: actions/configure-pages@v3
43+
uses: actions/configure-pages@v4
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)