bump action version in readme to 2.0

This commit is contained in:
Stephan Fitzpatrick 2021-05-02 12:58:23 -07:00 committed by GitHub
parent 22618386e0
commit 185429b0e3
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