From 58a495c21427f5e171de83b4a715092899174a64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 16:56:05 +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 b5241af..bc7710b 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -27,7 +27,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