Merge pull request #1 from knowsuchagency/chore/bump-major-readme

bump action version in readme to 2.0
This commit is contained in:
Stephan Fitzpatrick 2021-05-02 12:59:22 -07:00 committed by GitHub
commit b7a191f749
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ Include the action in your workflow yaml file with the following arguments:
```yaml
steps:
...
- uses: pdm-project/setup-pdm@v1.1
- uses: pdm-project/setup-pdm@v2.0
name: Setup PDM
with:
python-version: 3.8 # Version range or exact version of a Python version to use, the same as actions/setup-python