From 751add79c2d35d1b032d6fbab8e716b5ff81cdcd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 10:28:14 +0000 Subject: [PATCH] chore(deps): update actions/setup-java action to v6 --- .github/workflows/java-exercise.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/java-exercise.yml b/.github/workflows/java-exercise.yml index 439a283..6112041 100644 --- a/.github/workflows/java-exercise.yml +++ b/.github/workflows/java-exercise.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: actions/setup-java@v5 + - uses: actions/setup-java@v6 with: distribution: 'temurin' java-version: ${{ matrix.java }}