diff --git a/.github/workflows/commit-format-check.yaml b/.github/workflows/commit-format-check.yaml index ba4b63008..a149216b2 100644 --- a/.github/workflows/commit-format-check.yaml +++ b/.github/workflows/commit-format-check.yaml @@ -12,7 +12,7 @@ jobs: steps: - name: Commit Format Check if: always() - uses: taskmedia/action-conventional-commits@v1.1.15 + uses: taskmedia/action-conventional-commits@v1.1.16 with: types: "build|ci|docs|feat|fix|perf|refactor|style|test|revert|gomod"