From 6566eec85393d8a016cd329201f7cbfe373850e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 09:25:08 +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 c1a0147..ee3d4aa 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