From 1d4f3822741c4d73061d88cf2e344197f018d8d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Oct 2020 09:16:49 +0000 Subject: [PATCH] chore(deps): bump amannn/action-semantic-pull-request (#72) Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from v2.0.0 to v2.1.0. - [Release notes](https://github.com/amannn/action-semantic-pull-request/releases) - [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/master/CHANGELOG.md) - [Commits](https://github.com/amannn/action-semantic-pull-request/compare/v2.0.0...4add7716aa63c8eed3b8c81e6bd2ac500db92401) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/CD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index a96bcd4ad..e30425435 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -10,6 +10,6 @@ jobs: semantic-release: runs-on: ubuntu-latest steps: - - uses: amannn/action-semantic-pull-request@v2.0.0 + - uses: amannn/action-semantic-pull-request@v2.1.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}