Skip to content

Commit b860c6f

Browse files
Bump actions/setup-node from 4.0.1 to 4.0.2
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4.0.1...v4.0.2) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ef35aa5 commit b860c6f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
dotnet-version: 7.0.x
2424
- name: Set up Node.js
25-
uses: actions/[email protected].1
25+
uses: actions/[email protected].2
2626
with:
2727
node-version: 16
2828
- name: AngularJs - Install Host npm packages

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
dotnet-version: 7.0.x
3434
- name: Set up Node.js
35-
uses: actions/[email protected].1
35+
uses: actions/[email protected].2
3636
with:
3737
node-version: 16
3838
- name: AngularJs - Install Host npm packages
@@ -125,7 +125,7 @@ jobs:
125125
- name: Checkout
126126
uses: actions/[email protected]
127127
- name: Set up Node.js
128-
uses: actions/[email protected].1
128+
uses: actions/[email protected].2
129129
with:
130130
node-version: 16
131131
- name: Build AngularJS and Vue.js

0 commit comments

Comments
 (0)