From cac7313b835f0dccf8506a555677b81500354ab3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 02:38:22 +0000 Subject: [PATCH] build(deps): bump cocogitto/cocogitto-action from 3.5 to 3.6 Bumps [cocogitto/cocogitto-action](https://github.com/cocogitto/cocogitto-action) from 3.5 to 3.6. - [Release notes](https://github.com/cocogitto/cocogitto-action/releases) - [Commits](https://github.com/cocogitto/cocogitto-action/compare/v3.5...v3.6) --- updated-dependencies: - dependency-name: cocogitto/cocogitto-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/check.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index e69bcee9..1549d7a9 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -25,7 +25,7 @@ jobs: fetch-depth: 0 - name: Conventional commits check - uses: cocogitto/cocogitto-action@v3.5 + uses: cocogitto/cocogitto-action@v3.6 with: check-latest-tag-only: true # linter: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 536cb1ad..e8aeebb0 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.5 + uses: cocogitto/cocogitto-action@v3.6 with: check-latest-tag-only: true release: true