From 26e7bc47207aaa04cc2edd739ebfb81c05fbd93d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 01:09:42 +0000 Subject: [PATCH] github-actions: bump the minor-patch-dependencies group with 1 update Bumps the minor-patch-dependencies group with 1 update: [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter). - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](https://github.com/release-drafter/release-drafter/compare/v5.24.0...v5.25.0) --- updated-dependencies: - dependency-name: release-drafter/release-drafter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/release-drafter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index a9902de..23a7a37 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -36,6 +36,6 @@ jobs: steps: # Drafts your next Release notes as Pull Requests are merged into "master" - name: "Release Drafter" - uses: "release-drafter/release-drafter@v5.24.0" + uses: "release-drafter/release-drafter@v5.25.0" env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"