Skip to content

Commit e23ac07

Browse files
authored
Merge pull request #953 from newfold-labs/dependabot/github_actions/trunk/actions/setup-node-6.0.0
GitHub Actions(deps): Bump actions/setup-node from 4.4.0 to 6.0.0
2 parents 8170a67 + b71aa19 commit e23ac07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-check-spa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
# Install Node and npm
2727
- name: Setup Node.js
28-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
28+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
2929
with:
3030
node-version: 16.x
3131
cache: 'npm'

0 commit comments

Comments
 (0)