Skip to content

Commit 3888426

Browse files
authored
Merge pull request #28 from VectorInstitute/update-uv-version-0.9.11
Update uv version to 0.9.11 in all workflow files
2 parents b074cfe + d88a61b commit 3888426

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/code_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244
3636
with:
3737
# Install a specific version of uv.
38-
version: "0.7.6"
38+
version: "0.9.11"
3939
enable-cache: true
4040

4141
- name: "Set up Python"

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244
2323
with:
2424
# Install a specific version of uv.
25-
version: "0.7.6"
25+
version: "0.9.11"
2626
enable-cache: true
2727

2828
- name: "Set up Python"

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244
4444
with:
4545
# Install a specific version of uv.
46-
version: "0.7.6"
46+
version: "0.9.11"
4747
enable-cache: true
4848

4949
- name: "Set up Python"

0 commit comments

Comments
 (0)