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 737c5fcf41 Bump actions/setup-node from 6.3.0 to 6.4.0
737c5fcf41 is described below
commit 737c5fcf4165f9c641eb407292c98b0018d6446c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri May 1 00:28:29 2026 +0000
Bump actions/setup-node from 6.3.0 to 6.4.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from
6.3.0 to 6.4.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v6.3.0...v6.4.0)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: 6.4.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 2b1ff71850..75a6bab901 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/[email protected]
+ 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/[email protected]
+ uses: actions/[email protected]
with:
working-directory: jena-fuseki2/jena-fuseki-ui
node-version: 'lts/*'