From a4b2e53f3c6074c243babbd4bd2bb81040fb766e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 16:45:38 +0000 Subject: [PATCH] chore(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/pre-submit.pr-title.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-submit.pr-title.yml b/.github/workflows/pre-submit.pr-title.yml index 5ab5f7f..4593d7e 100644 --- a/.github/workflows/pre-submit.pr-title.yml +++ b/.github/workflows/pre-submit.pr-title.yml @@ -26,7 +26,7 @@ jobs: name: Validate PR Title runs-on: ubuntu-latest steps: - - uses: thehanimo/pr-title-checker@5652588c80c479af803eabfbdb5a3895a77c1388 # v1.4.1 + - uses: thehanimo/pr-title-checker@1d8cd483a2b73118406a187f54dca8a9415f1375 # v1.4.2 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} configuration_path: ".github/pr-title-checker-config.json"