Skip to content

fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.5.9 #457

fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.5.9

fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.5.9 #457

Workflow file for this run

name: CI-CD
on:
push:
branches:
- main
tags:
- '*'
pull_request:
branches:
- '*'
jobs:
cleanup-runs:
runs-on: ubuntu-latest
steps:
- uses: rokroskar/workflow-run-cleanup-action@master
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
cache: maven
- name: Run tests
run: ./mvnw clean verify