From 0611292a92d167f0d643e2e8fd8f7adbf9a3614a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 07:09:08 +0000 Subject: [PATCH] ci(deps): update wagoid/commitlint-github-action action to v6 --- .github/workflows/commitlint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 4b7adb874b..1098686eee 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -11,6 +11,6 @@ jobs: fetch-depth: 0 - name: Lint commit - uses: wagoid/commitlint-github-action@v5.5.1 + uses: wagoid/commitlint-github-action@v6.0.0 with: configFile: './.commitlintrc.js'