From 4c725c369ca9617fdbce86c837f659b5acd0f24b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 12:25:24 +0000 Subject: [PATCH] Bump release-drafter/release-drafter from 7.2.0 to 7.3.0 Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 7.2.0 to 7.3.0. - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](https://github.com/release-drafter/release-drafter/compare/5de93583980a40bd78603b6dfdcda5b4df377b32...c2e2804cc59f45f57076a99af580d0fedb697927) --- updated-dependencies: - dependency-name: release-drafter/release-drafter dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release_drafter.yml | 2 +- .github/workflows/release_drafter_pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_drafter.yml b/.github/workflows/release_drafter.yml index d5a194f3a..7dffb2d3b 100644 --- a/.github/workflows/release_drafter.yml +++ b/.github/workflows/release_drafter.yml @@ -26,7 +26,7 @@ jobs: tag_name: "${{ steps.drafter.outputs.tag_name }}" # Expose from step steps: # yamllint disable-line rule:line-length - - uses: "release-drafter/release-drafter@5de93583980a40bd78603b6dfdcda5b4df377b32" + - uses: "release-drafter/release-drafter@c2e2804cc59f45f57076a99af580d0fedb697927" id: drafter # Add ID to access outputs with: config-name: "release-drafter.yml" # Explicitly point to your config diff --git a/.github/workflows/release_drafter_pr.yml b/.github/workflows/release_drafter_pr.yml index a1adb7c64..e3c787ab4 100644 --- a/.github/workflows/release_drafter_pr.yml +++ b/.github/workflows/release_drafter_pr.yml @@ -16,7 +16,7 @@ jobs: runs-on: "ubuntu-latest" steps: # yamllint disable-line rule:line-length - - uses: "release-drafter/release-drafter@5de93583980a40bd78603b6dfdcda5b4df377b32" + - uses: "release-drafter/release-drafter@c2e2804cc59f45f57076a99af580d0fedb697927" with: config-name: "release-drafter.yml" # Your existing config env: