Skip to content

Commit b2cc42c

Browse files
Update README suggested version and inputs
1 parent d407302 commit b2cc42c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,15 @@ For a more complete view on the actions see [action.yml](action.yml) or look in
3030
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):
3131

3232
```yaml
33-
- uses: MatteoH2O1999/setup-python@v2
33+
- uses: MatteoH2O1999/setup-python@v3
3434
with:
3535
python-version: '3.6'
36-
cache: pip
3736
```
3837
3938
But if you wish for a more optimized experience you could use inputs exclusive to this action:
4039
4140
```yaml
42-
- uses: MatteoH2O1999/setup-python@v2
41+
- uses: MatteoH2O1999/setup-python@v3
4342
with:
4443
python-version: '3.6'
4544
allow-build: info

0 commit comments

Comments
 (0)