Skip to content

Commit a6d9daf

Browse files
authored
Merge pull request #120 from devops-actions/dependabot/github_actions/dot-github/workflows/actions/setup-node-3.5.1
Bump actions/setup-node from 3.1.1 to 3.5.1 in /.github/workflows
2 parents 99cf212 + ab47338 commit a6d9daf

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@v3
2525

2626
- name: Set Node.js 16.x
27-
uses: actions/setup-node@v3.1.1
27+
uses: actions/setup-node@v3.5.1
2828
with:
2929
node-version: 16.x
3030

0 commit comments

Comments
 (0)