From 2d4ab4034740e521ad4c9afba89d74c6de69cc65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Oct 2025 05:28:57 +0000 Subject: [PATCH] chore(deps): update actions/setup-java action to v5 --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 720d286..a68f0d4 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: 'Setup Java JDK 11' - uses: actions/setup-java@v4.7.1 + uses: actions/setup-java@v5.0.0 with: distribution: 'microsoft' java-version: '11'