diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 42a5375..cd8abb5 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -7,10 +7,6 @@ name: Commitlint jobs: lint: runs-on: ubuntu-latest - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - uses: wagoid/commitlint-github-action@v1 + - uses: actions/checkout@v4 + - uses: wagoid/commitlint-github-action@v5