Skip to content

Bump coursier/cache-action from 8.0 to 8.1 #608

Bump coursier/cache-action from 8.0 to 8.1

Bump coursier/cache-action from 8.0 to 8.1 #608

Workflow file for this run

name: build
on:
pull_request: {}
push:
branches:
- "**"
tags-ignore:
- "**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: coursier/cache-action@v8.1
- uses: coursier/setup-action@v2.0
with:
jvm: 8
apps: sbt
- run: sbt publishLocal