We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
actions/checkout
1 parent 1ad5263 commit 7e2afc9Copy full SHA for 7e2afc9
docs/integrations/github_actions.md
@@ -24,7 +24,7 @@ jobs:
24
lint:
25
runs-on: ubuntu-latest
26
steps:
27
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
28
- uses: psf/black@stable
29
```
30
0 commit comments