Skip to content

Commit d77d6ba

Browse files
committed
CI: Migrate to astral-sh/setup-uv
1 parent 69b8b69 commit d77d6ba

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ jobs:
4545
setup.py
4646
4747
- name: Install uv
48-
uses: yezz123/setup-uv@v4
48+
uses: astral-sh/setup-uv@v3
49+
with:
50+
version: "latest"
4951

5052
- name: Initialize CodeQL
5153
uses: github/codeql-action/init@v3

.github/workflows/nightly.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
cache-dependency-path: 'setup.py'
3434

3535
- name: Install uv
36-
uses: yezz123/setup-uv@v4
36+
uses: astral-sh/setup-uv@v3
37+
with:
38+
version: "latest"
3739

3840
- name: Invoke tests
3941
run: |

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
cache-dependency-path: 'setup.py'
2020

2121
- name: Install uv
22-
uses: yezz123/setup-uv@v4
22+
uses: astral-sh/setup-uv@v3
23+
with:
24+
version: "latest"
2325

2426
- name: Build package
2527
run: |

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ jobs:
4848
cache-dependency-path: setup.py
4949

5050
- name: Install uv
51-
uses: yezz123/setup-uv@v4
51+
uses: astral-sh/setup-uv@v3
52+
with:
53+
version: "latest"
5254

5355
- name: Invoke tests
5456
run: |

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy