Skip to content
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.

Commit

Permalink
Merge pull request #43 from Julian/patch-1
Browse files Browse the repository at this point in the history
Update README example to use latest actions/setup-python and actions/checkout versions
  • Loading branch information
asottile committed Aug 26, 2020
2 parents 2ac07a0 + b305c68 commit ef992f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: pre-commit/action@v2.0.0
```
Expand Down

0 comments on commit ef992f5

Please sign in to comment.