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 8bf6974 RATIS-2606. Bump actions/setup-java to 5.5.0 (#144)
8bf6974 is described below
commit 8bf6974eed8b6f06e6e0895682032c90c7859cad
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 14 11:28:31 2026 +0200
RATIS-2606. Bump actions/setup-java to 5.5.0 (#144)
---
.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 e7e7d0e..c666ebd 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@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 #
v5.4.0
+ uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a #
v5.5.0
with:
distribution: 'temurin'
java-version: ${{ inputs.java-version }}