Skip to content

chore(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.2.3 to 3.3.2 in /retail-store-sample-app/src/orders #231

chore(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.2.3 to 3.3.2 in /retail-store-sample-app/src/orders

chore(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.2.3 to 3.3.2 in /retail-store-sample-app/src/orders #231

Workflow file for this run

name: "Lint PR"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
semanticpr:
name: Semantic Pull Request
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}