From 8ed5daf72947e8ddae9c2723f7e02adf4941a868 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 12:01:22 -0500 Subject: [PATCH] chore(deps): bump amannn/action-semantic-pull-request from v2.2.0 to v3.1.0 (#1652) Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from v2.2.0 to v3.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.2.0...d2ab30dcffc66150340abb5b947d518a3c3ce9cb) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pr-lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-lint.yaml b/.github/workflows/pr-lint.yaml index ef37dcf..9b85c77 100644 --- a/.github/workflows/pr-lint.yaml +++ b/.github/workflows/pr-lint.yaml @@ -10,6 +10,6 @@ jobs: main: runs-on: ubuntu-latest steps: - - uses: amannn/action-semantic-pull-request@v2.2.0 + - uses: amannn/action-semantic-pull-request@v3.1.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}