From 375e245d462c6eb87ea800bb79a35fa27f84cdf5 Mon Sep 17 00:00:00 2001 From: Bruno Borges Date: Mon, 24 Aug 2026 14:44:01 -0400 Subject: [PATCH] build: upgrade setup-java to v6 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/workflows/maven-ci.yml | 2 +- .github/workflows/maven-pr-builder.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven-ci.yml b/.github/workflows/maven-ci.yml index 00ad59c7dab2..6b3893a23f80 100644 --- a/.github/workflows/maven-ci.yml +++ b/.github/workflows/maven-ci.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Set up JDK 21 - uses: actions/setup-java@v4 + uses: actions/setup-java@v6 with: java-version: '21' distribution: 'temurin' diff --git a/.github/workflows/maven-pr-builder.yml b/.github/workflows/maven-pr-builder.yml index 149733343781..6af77fe75fac 100644 --- a/.github/workflows/maven-pr-builder.yml +++ b/.github/workflows/maven-pr-builder.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4 - name: Set up JDK 21 - uses: actions/setup-java@v4 + uses: actions/setup-java@v6 with: java-version: '21' distribution: 'temurin'