From 5e199eac19be8d9aadc28b39314432f4de4a64a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 12:19:22 +0000 Subject: [PATCH] chore: bump cocogitto/cocogitto-action from 3.7 to 3.8 Bumps [cocogitto/cocogitto-action](https://github.com/cocogitto/cocogitto-action) from 3.7 to 3.8. - [Release notes](https://github.com/cocogitto/cocogitto-action/releases) - [Commits](https://github.com/cocogitto/cocogitto-action/compare/v3.7...v3.8) --- updated-dependencies: - dependency-name: cocogitto/cocogitto-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test-checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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