Skip to content

Commit ee5f7e7

Browse files
authored
Merge branch 'main' into pre-commit-ci-update-config
2 parents e9aa3ff + 9200e11 commit ee5f7e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
fetch-depth: 0
3737
- name: Install the latest version of uv
38-
uses: astral-sh/setup-uv@v3
38+
uses: astral-sh/setup-uv@v4
3939
with:
4040
enable-cache: true
4141
cache-dependency-glob: "pyproject.toml"
@@ -76,7 +76,7 @@ jobs:
7676
with:
7777
fetch-depth: 0
7878
- name: Install the latest version of uv
79-
uses: astral-sh/setup-uv@v3
79+
uses: astral-sh/setup-uv@v4
8080
with:
8181
enable-cache: true
8282
cache-dependency-glob: "pyproject.toml"

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616
- name: Install the latest version of uv
17-
uses: astral-sh/setup-uv@v3
17+
uses: astral-sh/setup-uv@v4
1818
with:
1919
enable-cache: true
2020
cache-dependency-glob: "pyproject.toml"

0 commit comments

Comments
 (0)