Fix version in README

Using `2.0` results in

> Error: Unable to resolve action `pdm-project/setup-pdm@v2.0`, unable to find version `v2.0`

...in a GitHub workflow.
This commit is contained in:
Timothée Mazzucotelli 2021-05-22 17:21:50 +02:00 committed by GitHub
parent 2119c39033
commit fca9db59af
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@v2.0
- uses: pdm-project/setup-pdm@v2
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