From 79cb8bf460efa1583f33cf3828895ae9f665d3a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 15:42:43 +0000 Subject: [PATCH] Update actions/setup-java action to v6 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 85df463..89af41d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: - name: "checkout repository" uses: "actions/checkout@v7" - name: "setup jdk ${{ matrix.java }}" - uses: "actions/setup-java@v5" + uses: "actions/setup-java@v6" with: distribution: 'temurin' java-version: "${{ matrix.java }}"