From 2cd2991ccacbc45af7e927aafb3673842a5ece5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Feb 2021 12:35:20 -0500 Subject: [PATCH] chore(deps): bump amannn/action-semantic-pull-request from v3.2.6 to v3.3.0 (#1933) Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from v3.2.6 to v3.3.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/v3.2.6...3301e0e038fd3af9f257f815119b6bdf371bf2c3) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pull-request-lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-lint.yaml b/.github/workflows/pull-request-lint.yaml index 6b650b3..8314318 100644 --- a/.github/workflows/pull-request-lint.yaml +++ b/.github/workflows/pull-request-lint.yaml @@ -12,6 +12,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Lint pull request - uses: amannn/action-semantic-pull-request@v3.2.6 + uses: amannn/action-semantic-pull-request@v3.3.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}