diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0c34494..26960ba 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index abd3739..6829844 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -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 diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 32901a2..5d8b31a 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -11,4 +11,4 @@ jobs: fetch-depth: 0 - name: Conventional commit check - uses: cocogitto/cocogitto-action@v3 + uses: cocogitto/cocogitto-action@v4