Skip to content

Commit

Permalink
chore: bump cocogitto version to 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Mar 21, 2023
1 parent 2515b60 commit a1c5ab7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cocogitto-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}

- name: Conventional commit check
uses: cocogitto/cocogitto-action@v3
uses: cocogitto/cocogitto-action@v3.4
with:
check-latest-tag-only: true
2 changes: 1 addition & 1 deletion .github/workflows/cocogitto-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
fetch-depth: 0

- name: Conventional commit check
uses: cocogitto/cocogitto-action@v3
uses: cocogitto/cocogitto-action@v3.4
with:
check-latest-tag-only: true

0 comments on commit a1c5ab7

Please sign in to comment.