From 2113b261034ee1e004c660657b47abf1f162bdd8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 08:20:00 +0000 Subject: [PATCH] Update actions/setup-java action to v4.8.0 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 38244a8d6..c0a65059b 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@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0 + uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4.8.0 with: distribution: "temurin" java-version: 17