From 1b6c6ead763390ff3d10b4846a493712ecab7cb5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 16:30:29 +0000 Subject: [PATCH] Update actions/setup-java action to v5 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/garm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/garm.yml b/.github/workflows/garm.yml index 95de4f3bc..769844dd0 100644 --- a/.github/workflows/garm.yml +++ b/.github/workflows/garm.yml @@ -45,7 +45,7 @@ jobs: docker exec server /usr/local/bin/run.sh - name: set up JDK 17 - uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4.8.0 + uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0 with: distribution: "temurin" java-version: 17