diff --git a/.github/workflows/pr-title-check.yml b/.github/workflows/pr-title-check.yml index 7f8c5840c..826510e62 100644 --- a/.github/workflows/pr-title-check.yml +++ b/.github/workflows/pr-title-check.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Check PR Title Format - uses: amannn/action-semantic-pull-request@v5 + uses: amannn/action-semantic-pull-request@v6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: