ci: ⬆️ Update github action setup-python

This commit is contained in:
Ricardo Montañana Gómez 2023-01-15 01:50:41 +01:00
parent 0df2f243a5
commit 7aa4156e51
Signed by untrusted user who does not match committer: rmontanana
GPG Key ID: 46064262FD9A7ADE

View File

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