diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index fdd88033..3520f4bf 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -11,7 +11,7 @@ jobs: # Dependabot and release-please manage their own titles — skip them. if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'github-actions[bot]' }} steps: - - uses: amannn/action-semantic-pull-request@v5 + - uses: amannn/action-semantic-pull-request@v6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: