Skip to content

Bump coursier/cache-action from 6.4.3 to 6.4.4 #325

Bump coursier/cache-action from 6.4.3 to 6.4.4

Bump coursier/cache-action from 6.4.3 to 6.4.4 #325

Workflow file for this run

name: CI
on:
pull_request:
push:
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
fail-fast: false
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
with:
java-version: 8
distribution: temurin
- uses: coursier/cache-action@a0e7cd24be81bc84f0d7461e02bd1a96980553d7 # v6.4.4
- run: sbt -v "+ Test/compile"