This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch branch-1
in repository https://gitbox.apache.org/repos/asf/ratis-thirdparty.git
commit b7bcc4d93e91610e09e1f5959b215e024c4c73ab
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 30 12:49:03 2026 +0200
RATIS-2582. Bump actions/setup-java to 5.4.0 (#135)
(cherry picked from commit 48210ad5a7e783d8987bf3df2ec725fc8283a170)
---
.github/workflows/ci.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 433b093..85df967 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -46,7 +46,7 @@ jobs:
path: ~/.m2/repository
key: maven-repo
- name: Setup Java
- uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 #
v5.3.0
+ uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 #
v5.4.0
with:
distribution: 'temurin'
java-version: 8