diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml index 9789ff244..2851d9ad3 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@v6.0.1 + - uses: wagoid/commitlint-github-action@v6.0.2 with: configFile: commitlint.config.ts