From fbc075add5a0aa23595aa225c37a413b0e419a50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 09:39:35 -0600 Subject: [PATCH] Update mristin/opinionated-commit-message action to v3.1.1 (#31) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 d3ca72c..67e2467 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.1.0 + uses: mristin/opinionated-commit-message@v3.1.1 with: allow-one-liners: 'true' skip-body-check: 'true'