Skip to content

Commit 1532276

Browse files
committed
CI: Update to uv>=0.5
1 parent c969917 commit 1532276

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Install uv
4848
uses: yezz123/[email protected]
4949
with:
50-
uv-version: '>=0.1.2'
50+
uv-version: '>=0.5'
5151

5252
- name: Initialize CodeQL
5353
uses: github/codeql-action/init@v3

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install uv
3636
uses: yezz123/[email protected]
3737
with:
38-
uv-version: '>=0.1.2'
38+
uv-version: '>=0.5'
3939

4040
- name: Invoke tests
4141
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install uv
2222
uses: yezz123/[email protected]
2323
with:
24-
uv-version: '>=0.1.2'
24+
uv-version: '>=0.5'
2525

2626
- name: Build package
2727
run: |

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Install uv
5151
uses: yezz123/[email protected]
5252
with:
53-
uv-version: '>=0.1.2'
53+
uv-version: '>=0.5'
5454

5555
- name: Invoke tests
5656
run: |

0 commit comments

Comments
 (0)