diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-06 21:47:04 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-02-06 21:47:04 +0200 |
| commit | e4d8f149ab68c7d1e1cf5840df05d55394123687 (patch) | |
| tree | f94d7ebe2ed0ecda3c564215c1f34fcd8ff54f3e /.github | |
| parent | 40c6d8a4bc9813e5c54cf7753b1f0785fed92715 (diff) | |
| download | bootstrap-e4d8f149ab68c7d1e1cf5840df05d55394123687.tar.xz bootstrap-e4d8f149ab68c7d1e1cf5840df05d55394123687.zip | |
Build(deps): Bump release-drafter/release-drafter from 5 to 6 (#39653)
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5 to 6.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5...v6)
---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release-notes.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index f620dd31d..813956af2 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@v5 + - uses: release-drafter/release-drafter@v6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
