From 2750bf6b86305e66f00101c94c976c22bf30ef85 Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Wed, 17 Jun 2026 10:21:16 +0200 Subject: [PATCH] Update release-drafter/release-drafter action to v7.4.0 (#5998) --- .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 f3623355..9fa2c138 100644 --- a/.github/workflows/release-drafter.yaml +++ b/.github/workflows/release-drafter.yaml @@ -29,6 +29,6 @@ jobs: needs: correct_repository runs-on: ubuntu-latest steps: - - uses: release-drafter/release-drafter@693d20e7c1ce1a81d3a41962f85914253b518449 # v7.3.1 + - uses: release-drafter/release-drafter@ed4bc48ec97379be2258e7b7ac2624a3e26ab809 # v7.4.0 env: token: ${{ secrets.GITHUB_TOKEN }}