diff --git a/.github/workflows/conventional_commits.yml b/.github/workflows/conventional_commits.yml index a7091d23..f886c0c5 100644 --- a/.github/workflows/conventional_commits.yml +++ b/.github/workflows/conventional_commits.yml @@ -31,7 +31,7 @@ jobs: with: fetch-depth: 0 - name: 🧹 Conventional Commits - uses: webiny/action-conventional-commits@v1.3.1 + uses: webiny/action-conventional-commits@v1.4.2 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} allowed-commit-types: "feat,fix,docs,doc,style,refactor,test,build,perf,ci,chore,revert,merge,wip"