Skip to content

Commit

Permalink
Update action version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoH2O1999 authored May 21, 2024
1 parent f8bc62e commit d7aee1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ For a more complete view on the actions see [action.yml](action.yml) or look in
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):

```yaml
- uses: MatteoH2O1999/setup-python@v3
- uses: MatteoH2O1999/setup-python@v4
with:
python-version: '3.8'
```
But if you wish for a more optimized experience you could use inputs exclusive to this action:
```yaml
- uses: MatteoH2O1999/setup-python@v3
- uses: MatteoH2O1999/setup-python@v4
with:
python-version: '3.8'
allow-build: info
Expand Down

0 comments on commit d7aee1e

Please sign in to comment.