Skip to content

Commit 244d805

Browse files
Bump actions/setup-node from 4.0.3 to 4.0.4 (#2069)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.3 to 4.0.4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4.0.3...v4.0.4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bf5503f commit 244d805

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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].3
25+
uses: actions/[email protected].4
2626
with:
2727
node-version: 21.6.x
2828
- name: Build Frontend

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
dotnet-version: 7.0.x
3232
- name: Set up Node.js
33-
uses: actions/[email protected].3
33+
uses: actions/[email protected].4
3434
with:
3535
node-version: 21.6.x
3636
- name: Build Frontend

0 commit comments

Comments
 (0)