Skip to content

Commit ac0af6d

Browse files
Bump actions/setup-node from 3 to 4 (#1580)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: SACHIDANAND ALLE <[email protected]>
1 parent 055fdc2 commit ac0af6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- uses: actions/checkout@v4
8989
with:
9090
fetch-depth: 0
91-
- uses: actions/setup-node@v3
91+
- uses: actions/setup-node@v4
9292
- name: Set up Python
9393
uses: actions/setup-python@v4
9494
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/checkout@v4
3535
with:
3636
fetch-depth: 0
37-
- uses: actions/setup-node@v3
37+
- uses: actions/setup-node@v4
3838
- name: Set up Python 3.8
3939
uses: actions/setup-python@v4
4040
with:

0 commit comments

Comments
 (0)