From 9bdcb706e7cad899b4f0d6291a1c965d73f9ee17 Mon Sep 17 00:00:00 2001 From: vil02 <65706193+vil02@users.noreply.github.com> Date: Tue, 12 Nov 2024 08:53:05 +0100 Subject: [PATCH] docs: encourage users to use `setup-python@v5` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d2cc61..d9d6318 100644 --- a/README.md +++ b/README.md @@ -375,7 +375,7 @@ convert your `Pipfile[.lock]` to a `requirements.txt` file and then run jobs: pip-audit: steps: - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v5 with: python-version: 3.9 # change to your required version of Python