From 60710709263906a0c05b00d4b25cad1ecae02e35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 07:00:55 +0000 Subject: [PATCH] chore(deps): update actions/setup-java action to v5 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 150d696..695b17a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: - name: 'checkout repo' uses: 'actions/checkout@v4' - name: 'setup JDK 1.8' - uses: 'actions/setup-java@v1' + uses: 'actions/setup-java@v5' with: java-version: 1.8 - name: 'build'