diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 2d275b09..7082d6bc 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -21,7 +21,7 @@ jobs: pull-requests: write steps: - uses: hmarr/debug-action@v2.0.1 - - uses: thehanimo/pr-title-checker@v1.3.4 + - uses: thehanimo/pr-title-checker@v1.4.0 name: "Validate PR's title" with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}