diff --git a/.github/workflows/commit-lint.yml b/.github/workflows/commit-lint.yml index 916b0ab1..4e6d931a 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.3.3 + uses: ahmadnassri/action-conventional-commit-lint@v2.0.3 with: github-token: ${{ github.token }}