Skip to content
This repository has been archived by the owner on Oct 7, 2023. It is now read-only.

Bump org.springframework.boot from 3.0.1 to 3.0.6 #59

Bump org.springframework.boot from 3.0.1 to 3.0.6

Bump org.springframework.boot from 3.0.1 to 3.0.6 #59

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'adopt'
cache: gradle
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build