diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index dbcf16e..4865c7d 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v6 - - 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,test,ci,refactor,perf,chore,revert,deps" \ No newline at end of file