Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Commit c124d56

Browse files
authored
Merge pull request #24 from github/dependabot/github_actions/actions/setup-node-3.5.1
Bump actions/setup-node from 3.5.0 to 3.5.1
2 parents 5844afb + 567ff81 commit c124d56

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
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # pin@v2
2020

2121
- name: Setup Node.js 18.x
22-
uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # [email protected]
22+
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # [email protected]
2323
with:
2424
node-version: 18.x
2525
cache: 'npm'

0 commit comments

Comments
 (0)