Skip to content

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

Bump coursier/cache-action from 6.4.3 to 6.4.4

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

Workflow file for this run

name: CI
on:
pull_request:
push:
schedule:
- cron: '0 17 * * 6'
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 20
strategy:
fail-fast: false
matrix:
include:
- java: 8
sbt_version: "1.2.8"
- java: 8
sbt_version: "1.3.13"
- java: 8
- java: 11
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
with:
java-version: ${{ matrix.java }}
distribution: temurin
- uses: coursier/cache-action@a0e7cd24be81bc84f0d7461e02bd1a96980553d7 # v6.4.4
- run: sbt -v $(if [[ "${{matrix.sbt_version}}" != "" ]] ; then echo "^^${{matrix.sbt_version}}" ; fi) test scripted