fix(ci): use official `codespell` action (#8087)

This commit is contained in:
Gustavo Valverde 2023-12-11 21:08:59 +00:00 committed by GitHub
parent 9acdf0e512
commit 9ae55853ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -160,7 +160,7 @@ jobs:
needs: changed-files needs: changed-files
steps: steps:
- uses: actions/checkout@v4.1.1 - uses: actions/checkout@v4.1.1
- uses: plettich/action-codespell@master - uses: codespell-project/actions-codespell@v2.0
with: with:
github_token: ${{ secrets.github_token }} only_warn: 1
level: warning