From 231d3852e1c0e9ddd346264261b0996e5a6d8cd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 19:15:12 +0000 Subject: [PATCH] ci(deps): bump cocogitto/cocogitto-action Bumps the github-action-dependencies group with 1 update: [cocogitto/cocogitto-action](https://github.com/cocogitto/cocogitto-action). Updates `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 dependency-group: github-action-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 5a591b7..a37fad8 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -19,7 +19,7 @@ jobs: with: fetch-depth: 0 - name: Conventional commit check - uses: cocogitto/cocogitto-action@v3 + uses: cocogitto/cocogitto-action@v4 build: runs-on: ubuntu-latest needs: conventional-commit-check