From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 11:47:32 +0000 (+0200) Subject: Bump release-drafter/release-drafter from 7.3.1 to 7.4.0 (#42542) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89c9aa880f438b76f2c07b10b2e6e3e335a254e5;p=thirdparty%2Fbootstrap.git Bump release-drafter/release-drafter from 7.3.1 to 7.4.0 (#42542) Bumps the github-actions group with 1 update: [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter). Updates `release-drafter/release-drafter` from 7.3.1 to 7.4.0 - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](https://github.com/release-drafter/release-drafter/compare/693d20e7c1ce1a81d3a41962f85914253b518449...ed4bc48ec97379be2258e7b7ac2624a3e26ab809) --- updated-dependencies: - dependency-name: release-drafter/release-drafter dependency-version: 7.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index 962334a2d5..38a9e46138 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -18,6 +18,6 @@ jobs: runs-on: ubuntu-latest if: github.repository == 'twbs/bootstrap' steps: - - uses: release-drafter/release-drafter@693d20e7c1ce1a81d3a41962f85914253b518449 # v7.3.1 + - uses: release-drafter/release-drafter@ed4bc48ec97379be2258e7b7ac2624a3e26ab809 # v7.4.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}