This is an automated email from the ASF dual-hosted git repository.
afs 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 4ddc739161 Bump actions/setup-node from 6 to 6.3.0
4ddc739161 is described below
commit 4ddc739161c64434be91c2b47616cf38e0c404e3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 22 07:38:21 2026 +0000
Bump actions/setup-node from 6 to 6.3.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6 to
6.3.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v6...v6.3.0)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: 6.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 3733095ada..4579adead5 100644
--- a/.github/workflows/ui.yml
+++ b/.github/workflows/ui.yml
@@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v6
- name: Setup Node
- uses: actions/setup-node@v6
+ uses: actions/[email protected]
with:
working-directory: jena-fuseki2/jena-fuseki-ui
node-version: 'lts/*'
@@ -72,7 +72,7 @@ jobs:
uses: actions/checkout@v6
- name: Setup Node
- uses: actions/setup-node@v6
+ uses: actions/[email protected]
with:
working-directory: jena-fuseki2/jena-fuseki-ui
node-version: 'lts/*'