Skip to content

Commit 26871aa

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 707a838 commit 26871aa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Set up .NET
4141
uses: actions/[email protected]
4242
- name: Set up Node.js
43-
uses: actions/[email protected].1
43+
uses: actions/[email protected].2
4444
with:
4545
node-version-file: doc/package.json
4646
- name: Run Cake

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up .NET
2929
uses: actions/[email protected]
3030
- name: Set up Node.js
31-
uses: actions/[email protected].1
31+
uses: actions/[email protected].2
3232
with:
3333
node-version-file: doc/package.json
3434
- name: Run Cake

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up .NET
2828
uses: actions/[email protected]
2929
- name: Set up Node.js
30-
uses: actions/[email protected].1
30+
uses: actions/[email protected].2
3131
with:
3232
node-version-file: doc/package.json
3333
- name: Run Cake

0 commit comments

Comments
 (0)