diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 4799fc8..209de0b 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -13,6 +13,6 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 100 - - uses: wagoid/commitlint-github-action@v2 + - uses: wagoid/commitlint-github-action@v6 with: token: ${{ secrets.GITHUB_TOKEN }}