chore(deps): update actions/setup-python action to v6 (#5794)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-09-04 21:38:08 +08:00
committed by GitHub
parent bc5504a032
commit 6af9cc821f
2 changed files with 2 additions and 2 deletions

View File

@@ -81,7 +81,7 @@ jobs:
with:
submodules: true
fetch-depth: 0
- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: '3.x'
- name: Install Python packages

View File

@@ -92,7 +92,7 @@ jobs:
with:
name: Release APK
path: artifacts/release-apk
- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: 3.x
- name: Install Python packages