diff --git a/.github/workflows/pr-title-checker.yml b/.github/workflows/pr-title-checker.yml index 4cd045587a3e3..ee05ee567b09e 100644 --- a/.github/workflows/pr-title-checker.yml +++ b/.github/workflows/pr-title-checker.yml @@ -7,6 +7,6 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: thehanimo/pr-title-checker@v1.2 + - uses: thehanimo/pr-title-checker@v1.3 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}