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

This commit is contained in:
Ismo Vuorinen
2023-12-07 03:00:52 +02: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@v4 uses: actions/setup-python@v5
with: with:
python-version: '3.8' python-version: '3.8'
architecture: 'x64' architecture: 'x64'