From 47fb1f7030217447844d7a0bd78b26fa0e21d925 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 20:14:13 +0000 Subject: [PATCH] build(deps): bump thehanimo/pr-title-checker from 1.4.0 to 1.4.1 Bumps [thehanimo/pr-title-checker](https://github.com/thehanimo/pr-title-checker) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/thehanimo/pr-title-checker/releases) - [Commits](https://github.com/thehanimo/pr-title-checker/compare/v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: thehanimo/pr-title-checker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pull-request-verifier.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-verifier.yml b/.github/workflows/pull-request-verifier.yml index 823bc6cdd..29a075924 100644 --- a/.github/workflows/pull-request-verifier.yml +++ b/.github/workflows/pull-request-verifier.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest name: Title steps: - - uses: thehanimo/pr-title-checker@v1.4.0 + - uses: thehanimo/pr-title-checker@v1.4.1 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} pass_on_octokit_error: false