From 710d8e4d0a028d9c58bdde492563f7c726a027a3 Mon Sep 17 00:00:00 2001 From: Erhardt Consulting Bot <183287306+erhardt-consulting-bot@users.noreply.github.com> Date: Thu, 16 Jul 2026 15:30:18 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action)!:=20Update=20actions/setup-ja?= =?UTF-8?q?va=20action=20(v4.8.0=20=E2=86=92=20v5.6.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ----------- | ------------------ | ------ | ------ | | github-tags | actions/setup-java | v4.8.0 | v5.6.0 | --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9d9fad4..5d4b194 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Set up JDK 21 - uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4 + uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5 with: java-version: '21' distribution: 'temurin'