Skip to content

Bump org.junit:junit-bom from 6.0.3 to 6.1.0 (#716) #557

Bump org.junit:junit-bom from 6.0.3 to 6.1.0 (#716)

Bump org.junit:junit-bom from 6.0.3 to 6.1.0 (#716) #557

name: Release Drafter
on:
workflow_dispatch:
push:
branches:
- main
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@c2e2804cc59f45f57076a99af580d0fedb697927 # v7.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}