Skip to content

Commit 9ecb02a

Browse files
Bump actions/setup-node from 4 to 6 (#1864)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4...v6) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: SACHIDANAND ALLE <sachidanand.alle@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: SACHIDANAND ALLE <sachidanand.alle@gmail.com>
1 parent 95a8f4e commit 9ecb02a

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
@@ -93,7 +93,7 @@ jobs:
9393
- uses: actions/checkout@v5
9494
with:
9595
fetch-depth: 0
96-
- uses: actions/setup-node@v4
96+
- uses: actions/setup-node@v6
9797
- name: Set up Python
9898
uses: actions/setup-python@v6
9999
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@v5
3535
with:
3636
fetch-depth: 0
37-
- uses: actions/setup-node@v4
37+
- uses: actions/setup-node@v6
3838
- name: Set up Python 3.10
3939
uses: actions/setup-python@v6
4040
with:

0 commit comments

Comments
 (0)