Skip to content

Bump actions/checkout from 4.1.4 to 4.1.5 #1992

Bump actions/checkout from 4.1.4 to 4.1.5

Bump actions/checkout from 4.1.4 to 4.1.5 #1992

Workflow file for this run

name: ci
on:
push:
pull_request:
schedule:
- cron: '0 15 * * *'
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 40
strategy:
matrix:
include:
- java: 8
- java: 11
- java: 17
steps:
- uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
with:
java-version: ${{matrix.java}}
distribution: temurin
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: coursier/cache-action@142d2738bd29f0eb9d44610828acb3a19809feab # v6.4.6
- run: sbt -v "+ scalafmtCheckAll" scalafmtSbtCheck "+ test"