Merge pull request #4 from ivuorinen/renovate/actions-setup-python-4.x

This commit is contained in:
2022-10-12 20:11:16 +03:00
committed by GitHub

View File

@@ -20,7 +20,7 @@ jobs:
# Run using Python 3.8 for consistency and aiohttp # Run using Python 3.8 for consistency and aiohttp
- name: Set up Python 3.8 - name: Set up Python 3.8
uses: actions/setup-python@v2 uses: actions/setup-python@v4
with: with:
python-version: '3.8' python-version: '3.8'
architecture: 'x64' architecture: 'x64'