Update actions/setup-python action to v6 (#368)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-09-04 04:53:44 +00:00 committed by GitHub
commit 2e8efc3aea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,7 +53,7 @@ jobs:
- run: docker build --check . - run: docker build --check .
# Set up Python 3.13 # Set up Python 3.13
- uses: actions/setup-python@v5 - uses: actions/setup-python@v6
with: with:
python-version: 3.13 python-version: 3.13