This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch mvnd-1.x
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git


The following commit(s) were added to refs/heads/mvnd-1.x by this push:
     new 04bafcd0 Bump actions/setup-java from 4 to 5
04bafcd0 is described below

commit 04bafcd0f203f2ab4a9f6a2b7a539f35ba28287c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 21 21:44:13 2025 +0000

    Bump actions/setup-java from 4 to 5
    
    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4 to 
5.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](https://github.com/actions/setup-java/compare/v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 .github/workflows/early-access.yaml | 2 +-
 .github/workflows/release.yaml      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/early-access.yaml 
b/.github/workflows/early-access.yaml
index d2842bcd..e769b55d 100644
--- a/.github/workflows/early-access.yaml
+++ b/.github/workflows/early-access.yaml
@@ -41,7 +41,7 @@ jobs:
       - name: 'Checkout'
         uses: actions/checkout@v5
 
-      - uses: actions/setup-java@v4
+      - uses: actions/setup-java@v5
         with:
           java-version: ${{ env.JAVA_VERSION }}
           distribution: 'temurin'
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 4cc14b48..9fdeed5c 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -176,7 +176,7 @@ jobs:
         uses: actions/download-artifact@v5
 
       - name: 'Set up Java'
-        uses: actions/setup-java@v4
+        uses: actions/setup-java@v5
         with:
           java-version: ${{ env.JAVA_VERSION }}
           distribution: 'zulu'

Reply via email to