Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
with:
fetch-depth: 0
- name: Check for conventional commits
uses: cocogitto/cocogitto-action@v3.8
uses: cocogitto/cocogitto-action@v4
- name: Get next version
id: next_version
run: |
echo NEXT_VERSION=`cog bump --auto --dry-run` >> "$GITHUB_ENV"
- name: Cocogitto tag
id: tag
uses: cocogitto/cocogitto-action@v3
uses: cocogitto/cocogitto-action@v4
with:
check-latest-tag-only: false
release: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}

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

- name: Conventional commit check
uses: cocogitto/cocogitto-action@v3
uses: cocogitto/cocogitto-action@v4
Loading