diff --git a/.github/workflows/semantic-pr-check.yml b/.github/workflows/semantic-pr-check.yml index 0d815ae..7594945 100644 --- a/.github/workflows/semantic-pr-check.yml +++ b/.github/workflows/semantic-pr-check.yml @@ -16,7 +16,7 @@ jobs: name: Validate PR title runs-on: ubuntu-24.04 steps: - - uses: amannn/action-semantic-pull-request@v5 + - uses: amannn/action-semantic-pull-request@v6 if: ${{ github.event.pull_request.draft == false }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}