diff --git a/.github/workflows/pr-title.yml b/.github/workflows/pr-title.yml index 06a7064..645979d 100644 --- a/.github/workflows/pr-title.yml +++ b/.github/workflows/pr-title.yml @@ -20,7 +20,7 @@ jobs: # feat: add token refresh command # fix(auth): handle expired tokens # docs: update CONTRIBUTING.md - - uses: amannn/action-semantic-pull-request@v5 + - uses: amannn/action-semantic-pull-request@v6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: