Fix CI warnings

This commit is contained in:
Reinier van der Leer
2023-07-12 15:04:24 +02:00
parent d676280a5c
commit b00570f6d9
2 changed files with 4 additions and 4 deletions

View File

@@ -27,8 +27,8 @@ jobs:
with:
ref: master
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
- name: Set up Python ${{ matrix.config.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.config.python-version }}