From 6c4fa354b5da4fb9e473aac51cbcb7bfee295f1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 01:23:10 +0000 Subject: [PATCH] Bump actions/setup-java from 5.0.0 to 5.4.0 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 5.0.0 to 5.4.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v5.0.0...v5.4.0) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index ee9128908fb..21ed7a26a4c 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -1,4 +1,4 @@ -# This workflow will build a Java project with Maven +# This workflow will build a Java project with Maven # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven name: CI Coherence Spring run-name: ${{ github.event.head_commit.message }} [${{ github.event_name }}][${{ github.ref_name }}] @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v5.0.0 - name: Set up JDK ${{ matrix.java-version }} - uses: actions/setup-java@v5.0.0 + uses: actions/setup-java@v5.4.0 with: distribution: 'adopt' java-version: ${{ matrix.java-version }}