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 4db3f2972d Bump actions/setup-java from 5 to 5.6.0
4db3f2972d is described below
commit 4db3f2972dec44cd6c66b00a7fa338d31f3c48e8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Aug 1 00:12:30 2026 +0000
Bump actions/setup-java from 5 to 5.6.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 5 to
5.6.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v5...v5.6.0)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-version: 5.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 5d57b7f694..02c38eeed5 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/setup-java@v5
+ 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 53b369d1b2..0d64a18316 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/setup-java@v5
+ 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 7e3760ca9d..63ed55e8a7 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/setup-java@v5
+ uses: actions/[email protected]
with:
distribution: 'temurin'
java-version: '21'
diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml
index dd171540d1..645da3dc15 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/setup-java@v5
+ 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 d404894d2c..a6a0a2b670 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/setup-java@v5
+ uses: actions/[email protected]
with:
distribution: 'temurin'
java-version: ${{ matrix.java_version }}