From d7aee1e43dffa63c46daff1cf30280ff9feaf6b1 Mon Sep 17 00:00:00 2001 From: Matteo Dell'Acqua <82184604+MatteoH2O1999@users.noreply.github.com> Date: Tue, 21 May 2024 20:38:56 +0200 Subject: [PATCH] Update action version in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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