commit 7f4f47ec286eebadee60bf269c589b7b873b23ed
parent fa77b8d79cec368666ad02da9047c72976cb8dc5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sat, 29 Aug 2026 07:18:14 +0000
chore(deps): bump actions/setup-python from 5 to 7 [skip ci]
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 7.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v5...v7)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build-apk.yml b/.github/workflows/build-apk.yml
@@ -33,7 +33,7 @@ jobs:
run: npm ci
- name: Setup Python
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v7
with:
python-version: '3.13'