diff --git a/.github/workflows/test-checks.yaml b/.github/workflows/test-checks.yaml index 965bd6c430..5f128e5e52 100644 --- a/.github/workflows/test-checks.yaml +++ b/.github/workflows/test-checks.yaml @@ -82,7 +82,7 @@ jobs: if: github.event_name == 'pull_request' run: git checkout "$GITHUB_BASE_REF" && git tag latest && git checkout "$GITHUB_HEAD_REF" - name: Conventional commits check - uses: cocogitto/cocogitto-action@v3.7 + uses: cocogitto/cocogitto-action@v3.8 with: check-latest-tag-only: true