Skip to content

Bump actions/checkout from 4.1.1 to 4.1.5 #323

Bump actions/checkout from 4.1.1 to 4.1.5

Bump actions/checkout from 4.1.1 to 4.1.5 #323

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.5
- name: Cache sbt
uses: coursier/cache-action@v6
- name: Java 8 setup
uses: olafurpg/setup-scala@v14
with:
java-version: 1.8.0
- run: sbt test