diff --git a/.github/workflows/commit-check.yml b/.github/workflows/commit-check.yml index e1d3d74..2bad886 100644 --- a/.github/workflows/commit-check.yml +++ b/.github/workflows/commit-check.yml @@ -21,6 +21,6 @@ jobs: # lint commit messages - name: Linting commit message id: lint - uses: wagoid/commitlint-github-action@v4.1.12 + uses: wagoid/commitlint-github-action@v5.3.1 with: token: ${{ secrets.GITHUB_TOKEN }}