Skip to content

Commit 90062b3

Browse files
committed
chore: Sync with WeblateOrg/meta
1 parent e86fe05 commit 90062b3

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

.github/workflows/mypy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
enable-cache: true
3030
cache-dependency-glob: ''
3131
cache-suffix: '3.13'
32+
# renovate: datasource=pypi depName=uv versioning=pep440
33+
version: 0.9.4
3234
- name: Setup Python
3335
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
3436
with:

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
python-version: '3.14'
4545
- uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
4646
with:
47+
# renovate: datasource=pypi depName=uv versioning=pep440
48+
version: 0.9.4
4749
enable-cache: false
4850
- name: detect method
4951
id: detect

.github/workflows/setup.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
with:
2323
enable-cache: true
2424
cache-dependency-glob: ''
25+
# renovate: datasource=pypi depName=uv versioning=pep440
26+
version: 0.9.4
2527
- name: Install dependencies
2628
run: uv pip install --system -e .[dev]
2729
- name: build sdist
@@ -53,6 +55,9 @@ jobs:
5355
- setup
5456
steps:
5557
- uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
58+
with:
59+
# renovate: datasource=pypi depName=uv versioning=pep440
60+
version: 0.9.4
5661
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
5762
with:
5863
name: dist

.github/workflows/update-generated.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
with:
3838
python-version: '3.14'
3939
- uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
40+
with:
41+
# renovate: datasource=pypi depName=uv versioning=pep440
42+
version: 0.9.4
4043
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
4144
with:
4245
path: ~/.cache/pre-commit

0 commit comments

Comments
 (0)