From 3fb49f05f4a1b46ff57643ea1335f8d0cb05d497 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:24:06 +0000 Subject: [PATCH] ci: bump thehanimo/pr-title-checker from 1.4.2 to 1.4.3 (#670) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pr-labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 2cd408747..b6005ba38 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -20,7 +20,7 @@ jobs: pull-requests: write steps: - uses: hmarr/debug-action@v3.0.0 - - uses: thehanimo/pr-title-checker@v1.4.2 + - uses: thehanimo/pr-title-checker@v1.4.3 name: "Validate PR's title" with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}