diff --git a/.github/workflows/commit-lint.yml b/.github/workflows/commit-lint.yml index e4990a78..fa306ee8 100644 --- a/.github/workflows/commit-lint.yml +++ b/.github/workflows/commit-lint.yml @@ -11,6 +11,6 @@ jobs: - name: Commit lint # Dependabot sometimes makes some really long commit messages and I can't stop it continue-on-error: ${{ contains(github.event.pull_request.labels.*.name, 'dependencies') || github.actor == 'dependabot[bot]' }} - uses: ahmadnassri/action-conventional-commit-lint@v1.0.0 + uses: ahmadnassri/action-conventional-commit-lint@v2.0.9 with: token: ${{ github.token }}