We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d407302 commit b2cc42cCopy full SHA for b2cc42c
1 file changed
README.md
@@ -30,16 +30,15 @@ For a more complete view on the actions see [action.yml](action.yml) or look in
30
In general you could replace the original action with this one and it should already work (all its supported inputs are also supported in this one):
31
32
```yaml
33
-- uses: MatteoH2O1999/setup-python@v2
+- uses: MatteoH2O1999/setup-python@v3
34
with:
35
python-version: '3.6'
36
- cache: pip
37
```
38
39
But if you wish for a more optimized experience you could use inputs exclusive to this action:
40
41
42
43
44
45
allow-build: info
0 commit comments