Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.

Commit 9ee94de

Browse files
committed
ci: use cocogitto-action v4 instead of main
1 parent fd298d7 commit 9ee94de

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
with:
3333
fetch-depth: 0
3434
- name: Conventional commit check
35-
uses: cocogitto/cocogitto-action@main
35+
uses: cocogitto/cocogitto-action@v4
3636
with:
37-
check: true
37+
command: check
3838
conventional_commit_pr:
3939
name: PR conventional commit check
4040
runs-on: ubuntu-latest
@@ -46,6 +46,6 @@ jobs:
4646
# pick the pr HEAD instead of the merge commit
4747
ref: ${{ github.event.pull_request.head.sha }}
4848
- name: Conventional commit check
49-
uses: cocogitto/cocogitto-action@main
49+
uses: cocogitto/cocogitto-action@v4
5050
with:
51-
check: true
51+
command: check

0 commit comments

Comments
 (0)