From ed32594c29428188a90482a5e06aca5b04afeaae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 03:23:13 +0000 Subject: [PATCH] Update mristin/opinionated-commit-message action to v3.0.1 --- .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 a5f471c..81b3b2f 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.0 + uses: mristin/opinionated-commit-message@v3.0.1 with: allow-one-liners: 'true' skip-body-check: 'true'