From c9a69f6989baf46a2c1c52a6d51298f0b269f96d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 19:50:25 +0000 Subject: [PATCH] chore(deps): update release-drafter/release-drafter action to v7 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f788072..ac6fe15 100644 --- a/action.yml +++ b/action.yml @@ -147,7 +147,7 @@ runs: return false; # Drafts the next Release and compiles the notes as Pull Requests are merged into "main" (unless the `no-release` label is used on the PR) - - uses: release-drafter/release-drafter@v6 + - uses: release-drafter/release-drafter@v7 name: Draft release id: release if: steps.has-duplicate.outputs.result == 'false'