diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 96ccec23..21b108ba 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -11,11 +11,10 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: dfinity/conventional-pr-title-action@v3.2.0 + - uses: dfinity/conventional-pr-title-action@v4.0.0 with: success-state: Title follows the specification. failure-state: Title does not follow the specification. context-name: conventional-pr-title - preset: conventional-changelog-angular@latest env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index abc70799..be888b97 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -4,6 +4,7 @@ ### Changed +- chore: updates dfinity/conventional-pr-title-action to v4.0.0 - chore: updates dfinity/conventional-pr-title-action to v3.2.0 ## [1.3.0] - 2024-05-01