From a506e9d761c5586cf683d8034c98544636af2d12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 20:12:44 +0000 Subject: [PATCH] build(deps): bump thehanimo/pr-title-checker from 1.4.1 to 1.4.2 Bumps [thehanimo/pr-title-checker](https://github.com/thehanimo/pr-title-checker) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/thehanimo/pr-title-checker/releases) - [Commits](https://github.com/thehanimo/pr-title-checker/compare/5652588c80c479af803eabfbdb5a3895a77c1388...1d8cd483a2b73118406a187f54dca8a9415f1375) --- 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/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 bf2170c2..4b33df8a 100644 --- a/.github/workflows/pr-title-checker.yml +++ b/.github/workflows/pr-title-checker.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: # Pinned to commit for 1.4.0 - - uses: thehanimo/pr-title-checker@5652588c80c479af803eabfbdb5a3895a77c1388 + - uses: thehanimo/pr-title-checker@1d8cd483a2b73118406a187f54dca8a9415f1375 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} pass_on_octokit_error: false