diff --git a/.github/workflows/pr-title-check.yml b/.github/workflows/pr-title-check.yml index 403124b..5ac5140 100644 --- a/.github/workflows/pr-title-check.yml +++ b/.github/workflows/pr-title-check.yml @@ -13,6 +13,6 @@ jobs: runs-on: ubuntu-latest steps: # lint pr title - - uses: amannn/action-semantic-pull-request@v4.5.0 + - uses: amannn/action-semantic-pull-request@v5.1.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}