From a4bc06f4821141ed6adb52e2e24efe44b3493a49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 10:24:18 -0600 Subject: [PATCH] chore(deps): update wagoid/commitlint-github-action action to v6 (#63) --- .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 10fcc451..cd1b7b60 100644 --- a/.github/workflows/commitlint.yaml +++ b/.github/workflows/commitlint.yaml @@ -17,6 +17,6 @@ jobs: - name: Remove tsconfig run: rm tsconfig.json - - uses: wagoid/commitlint-github-action@v5.4.5 + - uses: wagoid/commitlint-github-action@v6.0.0 with: configFile: commitlint.config.cjs