From e8343be6edd48282ba1e20f24aa6c9805094e968 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Nov 2021 03:15:47 +0000 Subject: [PATCH] Bump thehanimo/pr-title-checker from 1.2 to 1.3.3 Bumps [thehanimo/pr-title-checker](https://github.com/thehanimo/pr-title-checker) from 1.2 to 1.3.3. - [Release notes](https://github.com/thehanimo/pr-title-checker/releases) - [Commits](https://github.com/thehanimo/pr-title-checker/compare/v1.2...v1.3.3) --- updated-dependencies: - dependency-name: thehanimo/pr-title-checker dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-title-checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-title-checker.yml b/.github/workflows/pr-title-checker.yml index 4cd045587a3e3..1d23d43ad7be6 100644 --- a/.github/workflows/pr-title-checker.yml +++ b/.github/workflows/pr-title-checker.yml @@ -7,6 +7,6 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: thehanimo/pr-title-checker@v1.2 + - uses: thehanimo/pr-title-checker@v1.3.3 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}