Skip to content

Bump spring-boot from 3.4.1 to 3.4.2 #14

Bump spring-boot from 3.4.1 to 3.4.2

Bump spring-boot from 3.4.1 to 3.4.2 #14

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
- name: Build with Gradle
uses: gradle/gradle-build-action@v3
with:
arguments: build