From 779979660cd56c5c2f22c7913211fbafe5b323fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 01:53:32 +0000 Subject: [PATCH] chore(deps): update cocogitto/cocogitto-action action to v3.8 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 66cc58e..5569c92 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: run: echo head=$(git rev-parse HEAD) >> $GITHUB_OUTPUT - name: Check conventional commits - uses: cocogitto/cocogitto-action@v3.7 + uses: cocogitto/cocogitto-action@v3.8 # We handle the failure explicitely so this doesn't block the build continue-on-error: true id: check @@ -45,7 +45,7 @@ jobs: git-user-email: ${{ env.GIT_USER_EMAIL }} - name: Compute release changes - uses: cocogitto/cocogitto-action@v3.7 + uses: cocogitto/cocogitto-action@v3.8 # We need to continue on errors since no release is an error for cocogitto-action continue-on-error: true id: release