From 35e43e1d25049b659499254e4135ebbb85cc041b Mon Sep 17 00:00:00 2001 From: Julien Richard-Foy Date: Thu, 7 Jan 2021 13:11:49 +0100 Subject: [PATCH] Try to fix the CI --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ecd22d0..d5213b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,9 +51,11 @@ jobs: ${{ runner.OS }}-coursier-cache-${{ hashFiles('**/*.sbt') }}- ${{ runner.OS }}-coursier-cache- - - uses: olafurpg/setup-scala@v7 + - uses: olafurpg/setup-scala@v10 + with: + java-version: adopt@1.11 - - uses: olafurpg/setup-gpg@v2 + - uses: olafurpg/setup-gpg@v3 - name: Release run: csbt ci-release