Skip to content

Commit 1bef875

Browse files
committed
👷 Update uv in workflow
1 parent 2b22025 commit 1bef875

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ jobs:
3737
shell: bash
3838
env:
3939
UV_SYSTEM_PYTHON: 1
40+
4041
steps:
4142
- name: 🛎️ Checkout
4243
uses: actions/checkout@v4
4344

4445
- name: 🐍 Install uv with caching
45-
uses: astral-sh/setup-uv@v3
46+
uses: astral-sh/setup-uv@v4
4647
with:
4748
enable-cache: true
48-
version: "0.5.4"
4949

5050
- name: 🐍 Set up Python ${{ matrix.python-version }}
5151
uses: actions/setup-python@v5

.github/workflows/code-embedder.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,15 @@ jobs:
1717
env:
1818
PYTHON_VERSION: "3.12"
1919
UV_SYSTEM_PYTHON: 1
20+
2021
steps:
2122
- name: 🛎️ Checkout
2223
uses: actions/checkout@v4
23-
# with:
24-
# ref: ${{ github.event.pull_request.head.ref }}
2524

2625
- name: 🐍 Install uv with caching
27-
uses: astral-sh/setup-uv@v3
26+
uses: astral-sh/setup-uv@v4
2827
with:
2928
enable-cache: true
30-
version: "0.5.4"
3129

3230
- name: 🐍 Set up Python ${{ env.PYTHON_VERSION }}
3331
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)