Skip to content

Commit d7aee1e

Browse files
Update action version in README
1 parent f8bc62e commit d7aee1e

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,15 +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@v3
33+
- uses: MatteoH2O1999/setup-python@v4
3434
with:
3535
python-version: '3.8'
3636
```
3737
3838
But if you wish for a more optimized experience you could use inputs exclusive to this action:
3939
4040
```yaml
41-
- uses: MatteoH2O1999/setup-python@v3
41+
- uses: MatteoH2O1999/setup-python@v4
4242
with:
4343
python-version: '3.8'
4444
allow-build: info

0 commit comments

Comments
 (0)