chore(deps): update actions/setup-python action to v5

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-12-07 00:50:43 +00:00
committed by GitHub
parent f3078193f4
commit 4238fbb12d

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@v4
uses: actions/setup-python@v5
with:
python-version: '3.8'
architecture: 'x64'