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 79c2bc3e34 Bump actions/setup-java from 5.7.0 to 6.0.0 (#1555)
79c2bc3e34 is described below

commit 79c2bc3e34295e21d6dc1a50c7b03fcd2296bc85
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 30 12:20:58 2026 +0200

    Bump actions/setup-java from 5.7.0 to 6.0.0 (#1555)
    
    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 
5.7.0 to 6.0.0.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](https://github.com/actions/setup-java/compare/v5.7.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]>
    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 015890e92e..6a72f14035 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/[email protected]
+      uses: actions/[email protected]
       with:
         distribution: 'temurin'
         java-version: ${{ matrix.java }}

Reply via email to