Skip to content

Commit 05b7496

Browse files
authored
Update ci-cd.yml
v3->v4
1 parent 2824600 commit 05b7496

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
# Setup Node.js only once
2525
- name: Setup Node.js
26-
uses: actions/setup-node@v3
26+
uses: actions/setup-node@v4
2727
with:
2828
node-version: 22
2929
cache: 'npm'
@@ -51,7 +51,7 @@ jobs:
5151
# Conditional Deployment steps
5252
- name: Setup Pages
5353
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
54-
uses: actions/configure-pages@v3
54+
uses: actions/configure-pages@v4
5555

5656
- name: Build with VitePress
5757
if: github.event_name == 'push' && github.ref == 'refs/heads/master'

0 commit comments

Comments
 (0)