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 08b2bf93da Bump actions/setup-node from 6.4.0 to 7.0.0
08b2bf93da is described below

commit 08b2bf93da139622eb7f16e37b2176afacd635f4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Aug 1 00:12:44 2026 +0000

    Bump actions/setup-node from 6.4.0 to 7.0.0
    
    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 
6.4.0 to 7.0.0.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](https://github.com/actions/setup-node/compare/v6.4.0...v7.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-version: 7.0.0
      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 85e0b5bcd7..c20e4007b7 100644
--- a/.github/workflows/ui.yml
+++ b/.github/workflows/ui.yml
@@ -30,7 +30,7 @@ jobs:
         uses: actions/checkout@v7
 
       - 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@v7
 
       - name: Setup Node
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           working-directory: jena-fuseki2/jena-fuseki-ui
           node-version: 'lts/*'

Reply via email to