Skip to content

Bump actions/checkout from 3 to 5 (#6) #24

Bump actions/checkout from 3 to 5 (#6)

Bump actions/checkout from 3 to 5 (#6) #24

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '25'
cache: 'maven'
- name: Build with Maven
run: ./mvnw --show-version --no-transfer-progress --errors --batch-mode package