Skip to content

Commit

Permalink
chore: update cocogitto-action
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Jun 26, 2023
1 parent ee09f87 commit dc6cfa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
git config --global user.name github-actions
- name: Conventional commit check
uses: cocogitto/cocogitto-action@v3
uses: cocogitto/cocogitto-action@v3.5
with:
git-user: 'github-actions'
git-user-email: 'github-actions@github.com'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: SemVer release
id: release
uses: cocogitto/cocogitto-action@v3
uses: cocogitto/cocogitto-action@v3.5
with:
check-latest-tag-only: true
release: true
Expand Down

0 comments on commit dc6cfa2

Please sign in to comment.