Update actions/checkout
to v4 to stop node deprecation warnings (#4379)
This commit is contained in:
parent
1ad5263f2f
commit
7e2afc9bfd
@ -24,7 +24,7 @@ jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- uses: psf/black@stable
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user