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 cb2dd4f842 Bump actions/setup-java from 5.6.0 to 6.0.0
cb2dd4f842 is described below

commit cb2dd4f84282859e0a941cd918b4d11b794549e9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 1 00:25:28 2026 +0000

    Bump actions/setup-java from 5.6.0 to 6.0.0
    
    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 
5.6.0 to 6.0.0.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](https://github.com/actions/setup-java/compare/v5.6.0...v6.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-version: 6.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 .github/workflows/maven.yml         | 2 +-
 .github/workflows/maven_macos.yml   | 2 +-
 .github/workflows/maven_windows.yml | 2 +-
 .github/workflows/pr.yml            | 2 +-
 .github/workflows/ui.yml            | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 02c38eeed5..f4fb2807af 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -26,7 +26,7 @@ jobs:
     steps:
     - uses: actions/checkout@v7
     - name: Set up JDK ${{ matrix.java_version }}
-      uses: actions/[email protected]
+      uses: actions/[email protected]
       with:
         distribution: 'temurin'
         java-version: ${{ matrix.java_version }}
diff --git a/.github/workflows/maven_macos.yml 
b/.github/workflows/maven_macos.yml
index 0d64a18316..b180067ef9 100644
--- a/.github/workflows/maven_macos.yml
+++ b/.github/workflows/maven_macos.yml
@@ -20,7 +20,7 @@ jobs:
     - uses: actions/checkout@v7
 
     - name: Set up JDK
-      uses: actions/[email protected]
+      uses: actions/[email protected]
       with:
         distribution: 'temurin'
         java-version: '21'
diff --git a/.github/workflows/maven_windows.yml 
b/.github/workflows/maven_windows.yml
index 63ed55e8a7..9d6cf3a6d3 100644
--- a/.github/workflows/maven_windows.yml
+++ b/.github/workflows/maven_windows.yml
@@ -22,7 +22,7 @@ jobs:
     - uses: actions/checkout@v7
 
     - name: Set up JDK
-      uses: actions/[email protected]
+      uses: actions/[email protected]
       with:
         distribution: 'temurin'
         java-version: '21'
diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml
index 645da3dc15..898147feff 100644
--- a/.github/workflows/pr.yml
+++ b/.github/workflows/pr.yml
@@ -39,7 +39,7 @@ jobs:
         uses: actions/checkout@v7
 
       - name: Set up JDK ${{ matrix.java_version }}
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           distribution: ${{ matrix.jdk_distribution }}
           java-version: ${{ matrix.java_version }}
diff --git a/.github/workflows/ui.yml b/.github/workflows/ui.yml
index c20e4007b7..8e41f60b5a 100644
--- a/.github/workflows/ui.yml
+++ b/.github/workflows/ui.yml
@@ -36,7 +36,7 @@ jobs:
           node-version: 'lts/*'
 
       - name: Set up JDK ${{ matrix.java_version }}
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           distribution: 'temurin'
           java-version: ${{ matrix.java_version }}

Reply via email to