From b7c9979a37247273b0eca0a2c0b81ee406ceb6d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Oct 2025 02:03:55 +0000 Subject: [PATCH] build(deps): bump cocogitto/cocogitto-action from 3 to 4 Bumps [cocogitto/cocogitto-action](https://github.com/cocogitto/cocogitto-action) from 3 to 4. - [Release notes](https://github.com/cocogitto/cocogitto-action/releases) - [Changelog](https://github.com/cocogitto/cocogitto-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/cocogitto/cocogitto-action/compare/v3...v4) --- updated-dependencies: - dependency-name: cocogitto/cocogitto-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/checks.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 3ed794ec6..564929a94 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -33,7 +33,7 @@ jobs: with: fetch-depth: 0 - name: 🌼 Conventional Commits - uses: cocogitto/cocogitto-action@v3 + uses: cocogitto/cocogitto-action@v4 with: check-latest-tag-only: true - name: 🦶 Setup Biome CLI diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bff311325..8fce7afc5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - name: SemVer release id: release - uses: cocogitto/cocogitto-action@v3.7 + uses: cocogitto/cocogitto-action@v4 with: check-latest-tag-only: true release: true