Skip to content

Commit f4c6924

Browse files
committed
升级 Action
1 parent 1be9991 commit f4c6924

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ jobs:
1010
steps:
1111
# https://github.com/actions/setup-node
1212
- name: Setup Node.js 🕸
13-
uses: actions/setup-node@v4
13+
uses: actions/setup-node@v7
1414
with:
1515
# https://github.com/nvm-sh/nvm#long-term-support
1616
node-version: 'lts/*'
1717

1818
# https://github.com/actions/checkout
1919
- name: Checkout
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v7
2121
with:
2222
persist-credentials: false
2323

0 commit comments

Comments
 (0)