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 }}

View File

@@ -33,7 +33,7 @@ jobs:
repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Set up Python ${{ env.min-python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ env.min-python-version }}
@@ -132,7 +132,7 @@ jobs:
fi
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}