Update actions/setup-python action to v4

pull/2169/head
renovate[bot] 2022-10-25 17:10:32 +00:00 committed by GitHub
parent d948d65db2
commit 7f3d847896
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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