Skip to content

Commit

Permalink
chore(deps): update cocogitto/cocogitto-action action to v3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 4, 2024
1 parent e17d629 commit 7799796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7799796

Please sign in to comment.