Skip to content

Commit 17dbc43

Browse files
Update version used in readme
1 parent fec5bc7 commit 17dbc43

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ 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@v1
33+
- uses: MatteoH2O1999/setup-python@v2
3434
with:
3535
python-version: '3.6'
3636
cache: pip
@@ -39,7 +39,7 @@ In general you could replace the original action with this one and it should alr
3939
But if you wish for a more optimized experience you could use inputs exclusive to this action:
4040
4141
```yaml
42-
- uses: MatteoH2O1999/setup-python@v1
42+
- uses: MatteoH2O1999/setup-python@v2
4343
with:
4444
python-version: '3.6'
4545
allow-build: info

0 commit comments

Comments
 (0)