From ce506faf36ad7a80a7af2877ab5fb781fed25e6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 09:08:23 +0000 Subject: [PATCH] ci(deps): bump the all-dependencies group with 3 updates Bumps the all-dependencies group with 3 updates: [cocogitto/cocogitto-action](https://github.com/cocogitto/cocogitto-action), [actions/checkout](https://github.com/actions/checkout) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). 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) Updates `actions/checkout` from 3 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v6) Updates `softprops/action-gh-release` from 1 to 2 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v1...v2) --- updated-dependencies: - dependency-name: cocogitto/cocogitto-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: softprops/action-gh-release dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/conventional-commits.yml | 2 +- .github/workflows/release.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 38521a1..871dbec 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -10,4 +10,4 @@ jobs: fetch-depth: 0 - name: Conventional commits check - uses: cocogitto/cocogitto-action@v3 + uses: cocogitto/cocogitto-action@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 42d70c5..9ea9216 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,13 +7,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Perform release - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Cocogitto release id: release - uses: cocogitto/cocogitto-action@v3 + uses: cocogitto/cocogitto-action@v4 with: release: true @@ -21,7 +21,7 @@ jobs: run: cog changelog --at ${{ steps.release.outputs.version }} -t full_hash > CHANGELOG.md - name: Upload github release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: body_path: CHANGELOG.md tag_name: ${{ steps.release.outputs.version }}