From 78d532b6effa3c9ad1b440708cc993a58c5d155e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 03:39:28 +0000 Subject: [PATCH] Update mristin/opinionated-commit-message action to v3.1.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 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'