Merge pull request #6497 from jepler/include-py-verion-in-key

use setup-python v4 for python-path support
This commit is contained in:
Scott Shawcroft 2022-06-17 09:39:27 -07:00 committed by GitHub
commit d0953e8f84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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