This is an automated email from the ASF dual-hosted git repository.
andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git
The following commit(s) were added to refs/heads/main by this push:
new b46e5936f9 Bump actions/setup-node from 5 to 6
b46e5936f9 is described below
commit b46e5936f910a510eb321e4ef6fd9a2a7b9e8ce5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Nov 1 00:01:24 2025 +0000
Bump actions/setup-node from 5 to 6
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to
6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v5...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] <[email protected]>
---
.github/workflows/ui.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ui.yml b/.github/workflows/ui.yml
index ee9bae891a..ecb97432a5 100644
--- a/.github/workflows/ui.yml
+++ b/.github/workflows/ui.yml
@@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v5
- name: Setup Node
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
with:
working-directory: jena-fuseki2/jena-fuseki-ui
node-version: 'lts/*'
@@ -72,7 +72,7 @@ jobs:
uses: actions/checkout@v5
- name: Setup Node
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
with:
working-directory: jena-fuseki2/jena-fuseki-ui
node-version: 'lts/*'