From 4324706f32bec7959c02c641aa8f6a8f059e6812 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 00:42:16 -0500 Subject: [PATCH] chore(deps): bump amannn/action-semantic-pull-request from v3.3.0 to v3.4.0 (#1965) Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from v3.3.0 to v3.4.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.3.0...db6e259b93f286e3416eef27aaae88935d16cf2e) 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 8314318..1de342b 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.3.0 + uses: amannn/action-semantic-pull-request@v3.4.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}