Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Bump actions/setup-java from 4.7.0 to 4.7.1 #379

Bump actions/setup-java from 4.7.0 to 4.7.1

Bump actions/setup-java from 4.7.0 to 4.7.1 #379

Workflow file for this run

name: CI
on:
pull_request:
push:
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
timeout-minutes: 20
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
with:
java-version: 11
distribution: adopt
- uses: coursier/cache-action@v6
- uses: sbt/setup-sbt@v1
- run: sbt test