From b8229fc990f52f699fcf676c201464d1ade18a5a Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Wed, 18 Nov 2020 15:09:50 +0100 Subject: [PATCH] Update setup-scala to 10 (#293) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 518dabe79..3a7674d80 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - uses: coursier/cache-action@v5 with: extraKey: ${{ matrix.PLUGIN }}-${{ matrix.TEST_GROUP }} - - uses: olafurpg/setup-scala@v7 + - uses: olafurpg/setup-scala@v10 with: java-version: adopt@1.8.0-232 - run: scripts/ci.sh