Skip to content

Commit 7e2afc9

Browse files
authored
Update actions/checkout to v4 to stop node deprecation warnings (#4379)
1 parent 1ad5263 commit 7e2afc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integrations/github_actions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
lint:
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v4
2828
- uses: psf/black@stable
2929
```
3030

0 commit comments

Comments
 (0)