From 224f14e666143bf37b472f9d9b7611c14534079c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 15:03:22 +0000 Subject: [PATCH] chore(deps): update actions/setup-java action to v6 --- .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..e75db27 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@v6 with: java-version: "12.x" distribution: "adopt"