update actions/setup-python to v4

This commit is contained in:
Unai Martinez-Corral
2022-11-07 22:41:35 +00:00
parent 57a0827b14
commit c2c2516ec8
6 changed files with 6 additions and 6 deletions

View File

@@ -88,7 +88,7 @@ jobs:
- name: 🐍 Setup Python ${{ matrix.python }}
if: matrix.system != 'msys2'
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}