Skip to content

Commit 208e73b

Browse files
authored
Merge branch 'main' into migrate_to_uv
Signed-off-by: Amrit Krishnan <[email protected]>
2 parents eeca80e + 54c30ec commit 208e73b

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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@4db96194c378173c656ce18a155ffc14a9fc4355
3636
with:
3737
# Install a specific version of uv.
38-
version: "0.5.21"
38+
version: "0.7.20"
3939
enable-cache: true
4040
- name: "Set up Python"
4141
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: astral-sh/setup-uv@4db96194c378173c656ce18a155ffc14a9fc4355
2222
with:
2323
# Install a specific version of uv.
24-
version: "0.5.21"
24+
version: "0.7.20"
2525
enable-cache: true
2626

2727
- name: "Set up Python"
@@ -47,7 +47,7 @@ jobs:
4747
fi
4848
4949
- name: Set up Node.js
50-
uses: actions/setup-node@v4.3.0
50+
uses: actions/setup-node@v4.4.0
5151
with:
5252
node-version: 18
5353
cache: yarn

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: astral-sh/setup-uv@4db96194c378173c656ce18a155ffc14a9fc4355
4646
with:
4747
# Install a specific version of uv.
48-
version: "0.5.21"
48+
version: "0.7.20"
4949
enable-cache: true
5050
- name: "Set up Python"
5151
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
sudo apt-get update
1717
sudo apt-get install libcurl4-openssl-dev libssl-dev
1818
- uses: actions/[email protected]
19-
19+
2020
- name: Install uv
2121
uses: astral-sh/setup-uv@4db96194c378173c656ce18a155ffc14a9fc4355
2222
with:
2323
# Install a specific version of uv.
24-
version: "0.5.21"
24+
version: "0.7.20"
2525
enable-cache: true
2626

2727
- name: "Set up Python"

.github/workflows/unit_tests.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@4db96194c378173c656ce18a155ffc14a9fc4355
3636
with:
3737
# Install a specific version of uv.
38-
version: "0.5.21"
38+
version: "0.7.20"
3939
enable-cache: true
4040
- name: "Set up Python"
4141
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38

0 commit comments

Comments
 (0)