Skip to content

Bump Spring-Boot BOM from 3.3.5 to 3.4.2 (#584) #478

Bump Spring-Boot BOM from 3.3.5 to 3.4.2 (#584)

Bump Spring-Boot BOM from 3.3.5 to 3.4.2 (#584) #478

name: Release Drafter
on:
push:
branches:
- main
# Only allow 1 release-drafter build at a time to avoid creating multiple "next" releases
concurrency: "release-drafter"
jobs:
update_release_draft:
runs-on: ubuntu-22.04
steps:
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
env:
# This token is generated automatically by default in GitHub Actions: no need to create it manually
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}