Skip to content

Commit 22904d3

Browse files
committedJun 8, 2024·
refactor: update github action script
1 parent 1605a24 commit 22904d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/wangdoc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414
with:
1515
persist-credentials: false
1616
- name: Setup Node.js
17-
uses: actions/setup-node@v3
17+
uses: actions/setup-node@v4
1818
with:
1919
node-version: 'latest'
2020
- name: Install dependencies

0 commit comments

Comments
 (0)
Please sign in to comment.