From 536d78d739407995b5565921c12b28688adee887 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 00:12:48 +0000 Subject: [PATCH] ci(deps): update wagoid/commitlint-github-action action to v5.4.5 --- .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 469a29cc6..c9215c18e 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.4.4 + uses: wagoid/commitlint-github-action@v5.4.5 with: configFile: './.commitlintrc.js'