diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 34fd7c68..96ccec23 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -11,7 +11,7 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: dfinity/conventional-pr-title-action@v2.2.3 + - uses: dfinity/conventional-pr-title-action@v3.2.0 with: success-state: Title follows the specification. failure-state: Title does not follow the specification. diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 75facd80..abc70799 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +### Changed + +- chore: updates dfinity/conventional-pr-title-action to v3.2.0 + ## [1.3.0] - 2024-05-01 ### Added