diff --git a/.github/workflows/pr-conventions.yml b/.github/workflows/pr-conventions.yml index 0a22720..3cd0247 100644 --- a/.github/workflows/pr-conventions.yml +++ b/.github/workflows/pr-conventions.yml @@ -19,6 +19,6 @@ jobs: COMMITSAR_CONFIG_PATH: .github/commitsar.yml - name: Validate pull request title - uses: amannn/action-semantic-pull-request@v5 + uses: amannn/action-semantic-pull-request@v6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}