Merge pull request #2 from hatamiarash7/renovate/actions-setup-python-4.x

Update actions/setup-python action to v4
This commit is contained in:
Arash Hatami 2023-03-03 23:43:03 +03:30 committed by GitHub
commit c28e518f6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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