Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Bump actions/checkout from 3 to 4 (#21) #57

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

Bump actions/checkout from 3 to 4 (#21) #57

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Java
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
cache: maven
- name: Build with Maven
run: mvn -B install