Bump actions/setup-python from 5 to 6 (#38)

Bumps [actions/setup-python](https://github.com/actions/setup-python)
from 5 to 6.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-09-26 16:35:55 +09:00 committed by GitHub
parent a591c863c7
commit c8502837c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -78,7 +78,7 @@ jobs:
- name: Install
run: |
ninja -C ../build install
- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: 3
- name: "Python: Install dependencies"