diff --git a/.github/workflows/commit-lint.yml b/.github/workflows/commit-lint.yml index a04f026..88964ec 100644 --- a/.github/workflows/commit-lint.yml +++ b/.github/workflows/commit-lint.yml @@ -16,6 +16,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@v2.1.14 + uses: ahmadnassri/action-conventional-commit-lint@v2.1.15 with: token: ${{ github.token }}