diff --git a/.github/workflows/pr_title_check.yml b/.github/workflows/pr_title_check.yml index 0380877db..ee6835a4b 100644 --- a/.github/workflows/pr_title_check.yml +++ b/.github/workflows/pr_title_check.yml @@ -13,6 +13,6 @@ jobs: name: Check PR Title runs-on: ubuntu-latest steps: - - uses: amannn/action-semantic-pull-request@v5 + - uses: amannn/action-semantic-pull-request@v6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}