use setup-python v4 for python-path support

This commit is contained in:
Jeff Epler 2022-06-17 16:21:27 +02:00 committed by Dan Halbert
parent 094b3b3b61
commit 111a25f933
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@ jobs:
steps:
- name: Set up Python 3
id: py3
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: "3.x"
- uses: actions/checkout@v2.2.0