ci(lint): use latest checkout action

This commit is contained in:
Romain Lespinasse 2025-03-03 12:18:05 +01:00 committed by GitHub
parent 4f18060661
commit 8464f9281f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,5 +5,5 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1.0.0
- uses: actions/checkout@v4
- uses: max/awesome-lint@v2.0.0