From ae0b2fa96c3e31b3518ac050ebc9559a3f4772c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 09:12:33 +0000 Subject: [PATCH] chore(gha): bump release-drafter/release-drafter from 5.25.0 to 6.0.0 (#270) --- .github/workflows/fill-gh-draft-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fill-gh-draft-release.yml b/.github/workflows/fill-gh-draft-release.yml index 8d3a7f9..0a6b058 100644 --- a/.github/workflows/fill-gh-draft-release.yml +++ b/.github/workflows/fill-gh-draft-release.yml @@ -16,6 +16,6 @@ jobs: steps: # Drafts your next Release notes as Pull Requests are merged into "main" # The configuration file is shared in https://github.com/process-analytics/.github/ - - uses: release-drafter/release-drafter@v5.25.0 + - uses: release-drafter/release-drafter@v6.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}