From 336ff1624c9e146ced75653db73a4131e4a1e96e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 04:15:46 +0000 Subject: [PATCH] chore(deps): update wagoid/commitlint-github-action action to v6 --- .github/workflows/commitlint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml index 27837064b..7c052f613 100644 --- a/.github/workflows/commitlint.yaml +++ b/.github/workflows/commitlint.yaml @@ -16,6 +16,6 @@ jobs: - name: Remove tsconfig run: rm tsconfig.json - - uses: wagoid/commitlint-github-action@v5.5.1 + - uses: wagoid/commitlint-github-action@v6.0.0 with: configFile: commitlint.config.cjs