diff --git a/README.md b/README.md index ad09211..22c70a0 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ 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' ``` @@ -38,7 +38,7 @@ In general you could replace the original action with this one and it should alr 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