Skip to content

Commit 3b4a46c

Browse files
Merge pull request #126 from swiftwasm/dependabot/github_actions/actions/setup-node-6.1.0
Bump actions/setup-node from 6.0.0 to 6.1.0
2 parents 7312b46 + e391489 commit 3b4a46c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v6
2525

2626
- name: Set Node.js 16.x
27-
uses: actions/setup-node@v6.0.0
27+
uses: actions/setup-node@v6.1.0
2828
with:
2929
node-version: 16.x
3030

0 commit comments

Comments
 (0)