From ad9da0fc82a213acbb0e1b174db05c0fa0e8f2ba Mon Sep 17 00:00:00 2001 From: Peter Csajtai Date: Mon, 22 Jan 2024 11:38:50 +0100 Subject: [PATCH] Update semver-ci.yml --- .github/workflows/semver-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/semver-ci.yml b/.github/workflows/semver-ci.yml index 4d89ef6..3c50a0b 100644 --- a/.github/workflows/semver-ci.yml +++ b/.github/workflows/semver-ci.yml @@ -127,7 +127,7 @@ jobs: - name: Set up JDK uses: actions/setup-java@v4 with: - java-version: 11 + java-version: 17 distribution: zulu - name: SonarCloud cache uses: actions/cache@v4 @@ -231,4 +231,4 @@ jobs: uses: JamesIves/github-pages-deploy-action@v4.5.0 with: branch: gh-pages - folder: build/dokka \ No newline at end of file + folder: build/dokka