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

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis-thirdparty.git


The following commit(s) were added to refs/heads/master by this push:
     new 5367f3d  RATIS-2613. Bump actions/setup-java to 5.6.0 (#149)
5367f3d is described below

commit 5367f3d36a815f89d19a5acc83b09bb0c17776ae
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jul 25 08:05:21 2026 +0200

    RATIS-2613. Bump actions/setup-java to 5.6.0 (#149)
---
 .github/workflows/reusable-check.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/reusable-check.yaml 
b/.github/workflows/reusable-check.yaml
index c666ebd..96e356c 100644
--- a/.github/workflows/reusable-check.yaml
+++ b/.github/workflows/reusable-check.yaml
@@ -108,7 +108,7 @@ jobs:
 
       - name: Setup java ${{ inputs.java-version }}
         if: ${{ inputs.java-version }}
-        uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # 
v5.5.0
+        uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # 
v5.6.0
         with:
           distribution: 'temurin'
           java-version: ${{ inputs.java-version }}

Reply via email to