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 99aacfda06 Bump actions/setup-node from 4 to 5
99aacfda06 is described below
commit 99aacfda062b03f1a27f138179b4c983d3a04add
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 1 00:01:32 2025 +0000
Bump actions/setup-node from 4 to 5
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to
5.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: '5'
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 72cd294a6a..ee9bae891a 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@v4
+ uses: actions/setup-node@v5
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@v4
+ uses: actions/setup-node@v5
with:
working-directory: jena-fuseki2/jena-fuseki-ui
node-version: 'lts/*'