diff --git a/README.md b/README.md index 9fe68da..85f70d5 100644 --- a/README.md +++ b/README.md @@ -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 ```