This is an automated email from the ASF dual-hosted git repository.
bitstorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/master by this push:
new d06be5b940 Bump actions/setup-java from 5 to 5.6.0 (#1526)
d06be5b940 is described below
commit d06be5b940854b778b266d1183d23fa304824414
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 3 10:11:31 2026 +0200
Bump actions/setup-java from 5 to 5.6.0 (#1526)
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]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/maven.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 3f0587bcc2..dea5bba65f 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v7
- name: Setup Temurin JDK
- uses: actions/setup-java@v5
+ uses: actions/[email protected]
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}