From e67578a3cef6e7fbb0922ddc05eafd3c6fe35dd2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 05:41:28 +0000 Subject: [PATCH] chore(deps): update actions/setup-java action to v5.2.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f72f8a..d199887 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: with: persist-credentials: false - name: Set up JDK 21 - uses: actions/setup-java@v5.1.0 + uses: actions/setup-java@v5.2.0 with: java-version: 21 distribution: temurin