Skip to content

Bump actions/checkout from 3 to 4 #162

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #162

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: ['main']
tags: ['v[0-9]']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: coursier/cache-action@v6
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 8
- run: sbt +test scripted mimaReportBinaryIssues