Skip to content

Commit 1193c13

Browse files
authored
Merge pull request #133 from datawhalechina/dependabot/github_actions/actions/setup-node-6
chore(actions): bump actions/setup-node from 4 to 6
2 parents a1c0b4e + 77cb978 commit 1193c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020

2121
- name: Setup Node.js
22-
uses: actions/setup-node@v4
22+
uses: actions/setup-node@v6
2323
with:
2424
node-version: '20'
2525
cache: 'npm'

0 commit comments

Comments
 (0)