diff --git a/.github/workflows/pr-title.yml b/.github/workflows/pr-title.yml index 547f59e..240001c 100644 --- a/.github/workflows/pr-title.yml +++ b/.github/workflows/pr-title.yml @@ -19,7 +19,7 @@ jobs: if: github.actor != 'dependabot[bot]' steps: - name: Validate Conventional Commit title - uses: amannn/action-semantic-pull-request@v5 + uses: amannn/action-semantic-pull-request@v6 id: semantic env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}