From 4c4f515c1cf8772940cbb895525d3b80030cd022 Mon Sep 17 00:00:00 2001 From: Domagoj Trsan Date: Wed, 28 Sep 2022 08:47:19 +0100 Subject: [PATCH] Update github action dependencies --- .github/workflows/scala.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml index decaf16..638135a 100644 --- a/.github/workflows/scala.yml +++ b/.github/workflows/scala.yml @@ -18,10 +18,11 @@ jobs: - uses: actions/checkout@v2 - uses: coursier/cache-action@v6 - name: Setup Scala - uses: coursier/setup-action@v1 + uses: actions/setup-java@v3 with: - jvm: openjdk:17 - apps: sbtn + distribution: 'temurin' + java-version: '17' + cache: 'sbt' - name: Run tests run: sbt test