diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 0d2775ae536..3d9dbfecc14 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -129,7 +129,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: check subject line length - uses: tim-actions/commit-message-checker-with-regex@v0.3.1 + uses: tim-actions/commit-message-checker-with-regex@v0.3.2 with: commits: ${{ steps.get-pr-commits.outputs.commits }} pattern: '^.{0,72}(\n.*)*$'