From 3f990012f3eb6e749e9fdfc47d68d76b15de4e91 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 07:01:03 +0000 Subject: [PATCH] chore(deps): update release-drafter/release-drafter action to v6 --- .github/workflows/draft-releaser.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/draft-releaser.yaml b/.github/workflows/draft-releaser.yaml index e7ae49b..dd2f90d 100644 --- a/.github/workflows/draft-releaser.yaml +++ b/.github/workflows/draft-releaser.yaml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: # Drafts your next Release notes as Pull Requests are merged into "master" - - uses: release-drafter/release-drafter@v5 + - uses: release-drafter/release-drafter@v6 # (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml # with: # config-name: my-config.yml