diff --git a/.github/workflows/pr-title-checker.yml b/.github/workflows/pr-title-checker.yml index f3f50c1..41fb796 100644 --- a/.github/workflows/pr-title-checker.yml +++ b/.github/workflows/pr-title-checker.yml @@ -17,7 +17,7 @@ jobs: check: runs-on: ubuntu-22.04 steps: - - uses: thehanimo/pr-title-checker@v1.4.2 + - uses: thehanimo/pr-title-checker@v1.4.3 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} pass_on_octokit_error: true