From 1fb168e169e12121d6671f0e89d148e9d75476b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jan 2022 20:19:32 +0800 Subject: [PATCH] bump(deps): bump release-drafter/release-drafter from 5.16.1 to 5.16.2 (#980) Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5.16.1 to 5.16.2. - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](https://github.com/release-drafter/release-drafter/compare/45b321a77828485e6f7ad078c5bb182f72a4c581...0bc3bc59906b1dac1b608cc7ff5441fcb86ad6c9) --- updated-dependencies: - dependency-name: release-drafter/release-drafter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 af17b488ce..6f38c7b7b8 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -12,6 +12,6 @@ jobs: main: runs-on: ubuntu-latest steps: - - uses: release-drafter/release-drafter@45b321a77828485e6f7ad078c5bb182f72a4c581 + - uses: release-drafter/release-drafter@0bc3bc59906b1dac1b608cc7ff5441fcb86ad6c9 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}