Skip to content

Commit cc7c021

Browse files
authored
Merge pull request #512 from crytic/dependabot/github_actions/dev/actions/setup-node-4
Bump actions/setup-node from 3 to 4
2 parents e4b529b + ad61cc1 commit cc7c021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
echo 'C:\msys64\mingw64\bin' >> "$GITHUB_PATH"
4141
echo 'C:\msys64\usr\bin' >> "$GITHUB_PATH"
4242
- name: Set up Node
43-
uses: actions/setup-node@v3
43+
uses: actions/setup-node@v4
4444
with:
4545
node-version: 18.15
4646
- name: Set up Python 3.8

0 commit comments

Comments
 (0)