diff --git a/.github/workflows/semantic-pr.yml b/.github/workflows/semantic-pr.yml index 510b47b..38d2188 100644 --- a/.github/workflows/semantic-pr.yml +++ b/.github/workflows/semantic-pr.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v6 - name: Validate Semantic PR Title - uses: amannn/action-semantic-pull-request@v5 + uses: amannn/action-semantic-pull-request@v6 env: # Use a Personal Access Token for full PR access (replace with your secret) GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}