Update actions/setup-python action to v4

This commit is contained in:
renovate[bot]
2022-10-12 01:04:43 +00:00
committed by GitHub
parent 3e27850d57
commit 3f6a8c3002

View File

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