From 0901289c3bcc6188ac343c41cf812a51a9cc6005 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 11:41:09 +0000 Subject: [PATCH] Bump release-drafter/release-drafter from 7.3.0 to 7.3.1 Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 7.3.0 to 7.3.1. - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](https://github.com/release-drafter/release-drafter/compare/c2e2804cc59f45f57076a99af580d0fedb697927...693d20e7c1ce1a81d3a41962f85914253b518449) --- updated-dependencies: - dependency-name: release-drafter/release-drafter dependency-version: 7.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c19ef5104c..60a3983aaa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -140,7 +140,7 @@ jobs: path: '**/test-reports/TEST*.xml' - name: Prepare release notes if: github.ref == 'refs/heads/master' # this should not run on PR builds - uses: release-drafter/release-drafter@c2e2804cc59f45f57076a99af580d0fedb697927 # v6, specifically v7.3.0 + uses: release-drafter/release-drafter@693d20e7c1ce1a81d3a41962f85914253b518449 # v6, specifically v7.3.1 with: config-name: release-drafter.yml env: @@ -200,7 +200,7 @@ jobs: COMMIT_MSG: ${{ github.event.head_commit.message }} - name: Publish release notes if: matrix.java == '11' - uses: release-drafter/release-drafter@c2e2804cc59f45f57076a99af580d0fedb697927 # v6, specifically v7.3.0 + uses: release-drafter/release-drafter@693d20e7c1ce1a81d3a41962f85914253b518449 # v6, specifically v7.3.1 with: config-name: release-drafter.yml publish: true