diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe21c5d..b3184b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,5 +15,5 @@ jobs: java-version: 8 distribution: temurin - uses: sbt/setup-sbt@v1 - - uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c # v6.4.7 + - uses: coursier/cache-action@bebeeb0e6f48ebad66d3783946588ecf43114433 # v6.4.8 - run: sbt -v "+ Test/compile"