Skip to content

Bump actions/checkout from 3 to 4 (#282) #313

Bump actions/checkout from 3 to 4 (#282)

Bump actions/checkout from 3 to 4 (#282) #313

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 8
cache: sbt
- run: sbt compile