From bb24f58b4645bfd9b44ff0fdf0cf5e7dbeac8845 Mon Sep 17 00:00:00 2001 From: marcbull <31337222+marcbull@users.noreply.github.com> Date: Mon, 20 Oct 2025 09:03:49 +0000 Subject: [PATCH] ci: use cocogitto-action v4 instead of main --- .github/workflows/check.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index a1747aa..7208610 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -32,9 +32,9 @@ jobs: with: fetch-depth: 0 - name: Conventional commit check - uses: cocogitto/cocogitto-action@main + uses: cocogitto/cocogitto-action@v4 with: - check: true + command: check conventional_commit_pr: name: PR conventional commit check runs-on: ubuntu-latest @@ -46,6 +46,6 @@ jobs: # pick the pr HEAD instead of the merge commit ref: ${{ github.event.pull_request.head.sha }} - name: Conventional commit check - uses: cocogitto/cocogitto-action@main + uses: cocogitto/cocogitto-action@v4 with: - check: true + command: check