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:
parent
2119c39033
commit
fca9db59af
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user