Skip to content

Commit 7055f08

Browse files
chore(deps): update actions/setup-node action to v4
1 parent 8375c8a commit 7055f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
fetch-depth: 0
2222
- name: Setup Node.js
23-
uses: actions/setup-node@v3
23+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
2424
with:
2525
node-version: "lts/*"
2626
- name: Install dependencies

0 commit comments

Comments
 (0)