Skip to content

Commit e14a003

Browse files
Update astral-sh/setup-uv action to v5
1 parent b1ca87e commit e14a003

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
echo "$HOME/.local/share/mise/shims" >> $GITHUB_PATH
5555
5656
- name: Install uv
57-
uses: astral-sh/setup-uv@v4
57+
uses: astral-sh/setup-uv@v5
5858
with:
5959
enable-cache: true
6060
cache-dependency-glob: ./backend/genai/uv.lock

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
echo "$HOME/.local/share/mise/shims" >> $GITHUB_PATH
6060
6161
- name: Install uv
62-
uses: astral-sh/setup-uv@v4
62+
uses: astral-sh/setup-uv@v5
6363
with:
6464
enable-cache: true
6565
cache-dependency-glob: ./backend/genai/uv.lock

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
workload_identity_provider: 'projects/38358387786/locations/global/workloadIdentityPools/github/providers/my-repo'
6464

6565
- name: Install uv
66-
uses: astral-sh/setup-uv@v4
66+
uses: astral-sh/setup-uv@v5
6767
with:
6868
enable-cache: true
6969
cache-dependency-glob: ./backend/genai/uv.lock

0 commit comments

Comments
 (0)