Merge pull request #5649 from oscard0m/patch-1

ci(tests-windows): upgrade actions/setup-python to v4
This commit is contained in:
Andrey Rahmatullin 2022-10-03 17:13:05 +05:00 committed by GitHub
commit 125d0fcb8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}