From b66da523590b27c76128dd59fdd68cad84eb335d Mon Sep 17 00:00:00 2001 From: Enno Runne <458526+ennru@users.noreply.github.com> Date: Mon, 23 Sep 2024 16:27:15 +0200 Subject: [PATCH] Use JDK 17 in Link validator --- .github/workflows/link-validator.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/link-validator.yml b/.github/workflows/link-validator.yml index 34a776f2..bf5912b6 100644 --- a/.github/workflows/link-validator.yml +++ b/.github/workflows/link-validator.yml @@ -31,12 +31,12 @@ jobs: # v6.4.5 uses: coursier/cache-action@1ff273bff02a8787bc9f1877d347948af647956d - - name: Set up JDK 11 + - name: Set up JDK 17 # https://github.com/coursier/setup-action/releases # v1.3.5 uses: coursier/setup-action@7bde40eee928896f074dbb76d22dd772eed5c65f with: - jvm: temurin:1.11.0 + jvm: temurin:1.17.0.5 apps: cs - name: sbt site