Skip to content

Commit 01ae142

Browse files
authored
Merge pull request #163 from MrMeison/dependabot/github_actions/actions/setup-node-4.0.2
Bump actions/setup-node from 4.0.1 to 4.0.2
2 parents d0f7de3 + a026b1d commit 01ae142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-dist.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v4
2525

2626
- name: Set Node.js 16.x
27-
uses: actions/setup-node@v4.0.1
27+
uses: actions/setup-node@v4.0.2
2828
with:
2929
node-version: 16.x
3030

0 commit comments

Comments
 (0)