Skip to content

Commit 218578e

Browse files
authored
docs: encourage users to use setup-python@v5 (#51)
1 parent db23b68 commit 218578e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ convert your `Pipfile[.lock]` to a `requirements.txt` file and then run
375375
jobs:
376376
pip-audit:
377377
steps:
378-
- uses: actions/setup-python@v2
378+
- uses: actions/setup-python@v5
379379
with:
380380
python-version: 3.9 # change to your required version of Python
381381

0 commit comments

Comments
 (0)