Skip to content

Bump actions/checkout from 4.1.1 to 4.1.2 #422

Bump actions/checkout from 4.1.1 to 4.1.2

Bump actions/checkout from 4.1.1 to 4.1.2 #422

Workflow file for this run

name: CI
on:
pull_request:
push:
schedule:
- cron: '0 8 * * 3'
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
fail-fast: false
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
with:
java-version: 8
distribution: temurin
- uses: coursier/cache-action@v6
- run: git config core.whitespace tab-in-indent,trailing-space,space-before-tab,cr-at-eol
- run: git show --oneline --check
- run: sbt -v test