Skip to content

Commit fb7e97d

Browse files
authored
Merge branch 'main' into patch-1
2 parents 2596388 + 1f28422 commit fb7e97d

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
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
fetch-depth: 0
4141
- name: Install the latest version of uv
42-
uses: astral-sh/setup-uv@v6
42+
uses: astral-sh/setup-uv@v7
4343
with:
4444
enable-cache: true
4545
cache-dependency-glob: "pyproject.toml"
@@ -80,7 +80,7 @@ jobs:
8080
with:
8181
fetch-depth: 0
8282
- name: Install the latest version of uv
83-
uses: astral-sh/setup-uv@v6
83+
uses: astral-sh/setup-uv@v7
8484
with:
8585
enable-cache: true
8686
cache-dependency-glob: "pyproject.toml"

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717
- name: Install the latest version of uv
18-
uses: astral-sh/setup-uv@v6
18+
uses: astral-sh/setup-uv@v7
1919
with:
2020
enable-cache: true
2121
cache-dependency-glob: "pyproject.toml"

0 commit comments

Comments
 (0)