From 8ab41201d6fde2964442958a9590af578fdbb278 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 21:04:41 +0000 Subject: [PATCH] build(deps): Update wagoid/commitlint-github-action action to v6.2.1 --- .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 960c62e..980c9ea 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -18,6 +18,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - uses: actions/checkout@v4 - - uses: wagoid/commitlint-github-action@v6.2.0 + - uses: wagoid/commitlint-github-action@v6.2.1 with: configFile: './.commitlintrc.json'