Skip to content

Bump the spring-boot group with 8 updates #65

Bump the spring-boot group with 8 updates

Bump the spring-boot group with 8 updates #65

Workflow file for this run

name: Build
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '25'
- run: make build
- run: make test