diff --git a/.github/workflows/pr-title.yml b/.github/workflows/pr-title.yml index 14b18afa6..ada75b746 100644 --- a/.github/workflows/pr-title.yml +++ b/.github/workflows/pr-title.yml @@ -12,7 +12,7 @@ jobs: pull-requests: read steps: - name: Check PR title follows conventional commits - uses: amannn/action-semantic-pull-request@v5 + uses: amannn/action-semantic-pull-request@v6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: