From dc685594aa3dca261f9ac5bd0451b1465fa646c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Oct 2020 03:01:53 +0000 Subject: [PATCH] Bump toolmantim/release-drafter from v5.12.0 to v5.12.1 Bumps [toolmantim/release-drafter](https://github.com/toolmantim/release-drafter) from v5.12.0 to v5.12.1. - [Release notes](https://github.com/toolmantim/release-drafter/releases) - [Commits](https://github.com/toolmantim/release-drafter/compare/v5.12.0...3782ccd1a495040818a9e5d0e8bc4ed22d3b1361) 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 59b50103..b89c10b8 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -9,6 +9,6 @@ jobs: update_release_draft: runs-on: ubuntu-latest steps: - - uses: toolmantim/release-drafter@v5.12.0 + - uses: toolmantim/release-drafter@v5.12.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}