diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index a04584b..4d6e751 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: wagoid/commitlint-github-action@v4 + - uses: wagoid/commitlint-github-action@v5 with: failOnWarnings: true configFile: .commitlintrc.json \ No newline at end of file