Skip to content

Commit

Permalink
Update Action example to use checkout@v3 (#3563)
Browse files Browse the repository at this point in the history
Latest version of `actions/checkout` is v3 (or rather v3.3) so let's
use that in the example now.
  • Loading branch information
brucearctor committed Feb 14, 2023
1 parent 9c8464c commit d9b8a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integrations/github_actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: psf/black@stable
```

Expand Down

0 comments on commit d9b8a64

Please sign in to comment.