From 2ecb6675dd00a042a8d291c3f5e9071977c611df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 00:39:40 +0000 Subject: [PATCH] Update mristin/opinionated-commit-message action to v3.1.0 --- .github/workflows/check-commit-style.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-commit-style.yml b/.github/workflows/check-commit-style.yml index 81b3b2f..d3ca72c 100644 --- a/.github/workflows/check-commit-style.yml +++ b/.github/workflows/check-commit-style.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check - uses: mristin/opinionated-commit-message@v3.0.1 + uses: mristin/opinionated-commit-message@v3.1.0 with: allow-one-liners: 'true' skip-body-check: 'true'