summaryrefslogtreecommitdiffstats
path: root/.github/workflows/release-notes.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:22:06 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:22:19 +0000
commit6c0806874f6757db30937bf5620ef41819c1538d (patch)
tree40874ca50d55d0ef5a942d26e5a37cf1516c378a /.github/workflows/release-notes.yml
parentReleasing debian version 5.3.1+dfsg-1. (diff)
downloadbootstrap-html-6c0806874f6757db30937bf5620ef41819c1538d.tar.xz
bootstrap-html-6c0806874f6757db30937bf5620ef41819c1538d.zip
Merging upstream version 5.3.3+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--.github/workflows/release-notes.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml
index f620dd3..813956a 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 }}