Skip to content

Commit bb90bf1

Browse files
authored
Merge pull request #691 from newfold-labs/dependabot/github_actions/trunk/actions/setup-node-4.4.0
GitHub Actions(deps): Bump actions/setup-node from 4.3.0 to 4.4.0
2 parents 40c3952 + 68f2db6 commit bb90bf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
28+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2929
with:
3030
node-version: 16.x
3131
cache: 'npm'

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
tools: composer, cs2pr
5050

5151
- name: Setup Node.js
52-
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
52+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
5353
with:
5454
node-version: 16.x
5555

0 commit comments

Comments
 (0)