Update actions/checkout to v4 to stop node deprecation warnings (#4379)

This commit is contained in:
Oliver Sayers 2024-07-05 00:50:26 +01:00 committed by GitHub
parent 1ad5263f2f
commit 7e2afc9bfd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: psf/black@stable
```