diff --git a/.github/workflows/pr-title-check.yml b/.github/workflows/pr-title-check.yml index 32f0758..fbac4e5 100644 --- a/.github/workflows/pr-title-check.yml +++ b/.github/workflows/pr-title-check.yml @@ -12,7 +12,7 @@ jobs: name: Check PR Title Format 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 }} with: