From 87225ad1bf5bf91c77d6a2ca6df986251ed0f904 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Fri, 12 Aug 2022 16:06:04 +0200 Subject: [PATCH] Use newer coursier/setup-action That pulls coursier > 2.1.0-M5, that has coursier/coursier#2375 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ffd630a74..186b9e3c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: fetch-depth: 0 submodules: true - uses: coursier/cache-action@v6.3 - - uses: coursier/setup-action@v1 + - uses: coursier/setup-action@v1.2.1 with: jvm: 8 apps: sbt @@ -48,7 +48,7 @@ jobs: fetch-depth: 0 submodules: true - uses: coursier/cache-action@v6.3 - - uses: coursier/setup-action@v1 + - uses: coursier/setup-action@v1.2.1 with: jvm: 8 apps: sbt