Skip to content

Commit e7eb5af

Browse files
authored
Bump gha
1 parent 382b28a commit e7eb5af

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/lint_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install uv
1919
uses: astral-sh/setup-uv@v3
2020
with:
21-
version: "0.5.x"
21+
version: "0.6.x"
2222
enable-cache: true
2323
cache-dependency-glob: "uv.lock"
2424

@@ -47,7 +47,7 @@ jobs:
4747
- name: Install uv
4848
uses: astral-sh/setup-uv@v3
4949
with:
50-
version: "0.5.x"
50+
version: "0.6.x"
5151
enable-cache: true
5252
cache-dependency-glob: "uv.lock"
5353

.github/workflows/pypi_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install uv
2222
uses: astral-sh/setup-uv@v3
2323
with:
24-
version: "0.5.x"
24+
version: "0.6.x"
2525
enable-cache: true
2626
cache-dependency-glob: "uv.lock"
2727

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ci:
2-
autoupdate_schedule: monthly
2+
autoupdate_schedule: quarterly
33

44
repos:
55
- repo: https://github.com/psf/black

0 commit comments

Comments
 (0)