Skip to content

chore(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.4.2 to 3.4.3 #22

chore(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.4.2 to 3.4.3

chore(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.4.2 to 3.4.3 #22

name: Java CI for Pull Request
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./mvnw -B verify