diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 1be5aec9c..90081d6ac 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@v2.1.0 - - uses: thehanimo/pr-title-checker@v1.3.7 + - uses: thehanimo/pr-title-checker@v1.4.0 name: "Validate PR's title" with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}