From b4d3efc52a6faecf11ad2f66a9928fe095734b34 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 19:00:09 +0000 Subject: [PATCH] Update release-drafter/release-drafter action to v7.4.0 --- .github/workflows/release-drafter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-drafter.yaml b/.github/workflows/release-drafter.yaml index 0bc9da0..f83994e 100644 --- a/.github/workflows/release-drafter.yaml +++ b/.github/workflows/release-drafter.yaml @@ -14,6 +14,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Update release draft - uses: release-drafter/release-drafter@693d20e7c1ce1a81d3a41962f85914253b518449 # v7.3.1 + uses: release-drafter/release-drafter@ed4bc48ec97379be2258e7b7ac2624a3e26ab809 # v7.4.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}