chore(deps)!: update actions/setup-python (v5 → v6) (#14)

This commit is contained in:
renovate[bot]
2025-09-08 15:55:31 +03:00
committed by GitHub
parent 50b71f654a
commit 79bff87967

View File

@@ -22,7 +22,7 @@ jobs:
# Run using Python for consistency and aiohttp # Run using Python for consistency and aiohttp
- name: Set up Python - name: Set up Python
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5 uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
with: with:
python-version: '3.13' python-version: '3.13'
architecture: 'x64' architecture: 'x64'