From 67ba221c57ad925c72fc5019cd12df317a48561c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 19:12:28 +0000 Subject: [PATCH] deps(deps): update wagoid/commitlint-github-action action to v6.1.2 --- .github/workflows/coding-standards.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 3ffb362..a4c1dc7 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v4.1.7 - name: 🧐 Lint commits using "commitlint" - uses: wagoid/commitlint-github-action@v6.0.1 + uses: wagoid/commitlint-github-action@v6.1.2 with: configFile: ${{ github.workspace }}/.github/.commitlint.config.mjs failOnWarnings: false