Skip to content

Commit 5077ca4

Browse files
dependabot[bot]i99dev
authored andcommitted
ci: bump astral-sh/setup-uv from 6 to 7
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 6 to 7. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v6...v7) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 87c3a91 commit 5077ca4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-flutter-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
# runner image happens to ship, so this gate behaves the same here as it
111111
# does locally (`uv run --python 3.12 scripts/ci/check-release-version.py`).
112112
- name: Set up uv
113-
uses: astral-sh/setup-uv@v6
113+
uses: astral-sh/setup-uv@v7
114114
with:
115115
python-version: '3.12'
116116

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# which Android then refuses on install. uv pins the interpreter so this
2727
# behaves the same locally and on the runner.
2828
- name: Set up uv
29-
uses: astral-sh/setup-uv@v6
29+
uses: astral-sh/setup-uv@v7
3030
with:
3131
python-version: '3.12'
3232
- name: Test the release versionCode gate

0 commit comments

Comments
 (0)