Skip to content

Commit d984d97

Browse files
committed
upgrade actions in release workflow [skip ci]
1 parent ea4ca36 commit d984d97

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v2
19-
with:
20-
fetch-depth: 2
18+
uses: actions/checkout@v4
2119
- name: Install Node.js
22-
uses: actions/setup-node@v2
20+
uses: actions/setup-node@v3
2321
with:
2422
node-version: '16'
2523
- name: Install dependencies

0 commit comments

Comments
 (0)