diff --git a/.github/workflows/pr-title-checker.yml b/.github/workflows/pr-title-checker.yml index d8f6db97c45..4fe796118e1 100644 --- a/.github/workflows/pr-title-checker.yml +++ b/.github/workflows/pr-title-checker.yml @@ -12,6 +12,6 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: thehanimo/pr-title-checker@v1.4.2 + - uses: thehanimo/pr-title-checker@v1.4.3 with: GITHUB_TOKEN: ${{ secrets.RC_TITLE_CHECKER }}