Update actions/setup-python action to v5 (#3828)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-12-06 21:15:32 +08:00
committed by GitHub
parent 615ed9590b
commit 63c03d2ef9
2 changed files with 2 additions and 2 deletions

View File

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

View File

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