From 10c221b1fef18789e4a32ca465fce5f796cf0b6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 06:24:22 +0000 Subject: [PATCH] chore(deps): update actions/setup-java action to v5 --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 471ae35..81c3fad 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -37,7 +37,7 @@ jobs: - uses: actions/checkout@master with: fetch-depth: "0" - - uses: actions/setup-java@v2 + - uses: actions/setup-java@v5 with: java-version: "12.x" distribution: "adopt"