Skip to content

Commit 4f69e51

Browse files
committed
💚 Update GitHub workflow
1 parent bebdcd6 commit 4f69e51

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/style-and-lint.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,16 @@ jobs:
1919
steps:
2020

2121
- name: Checkout Code
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323

2424
- name: Set up Python
25-
uses: actions/setup-python@v4
25+
uses: actions/setup-python@v5
2626
with:
2727
python-version: ${{ matrix.python-version }}
28+
allow-prereleases: true
2829

29-
- name: Install Rye
30-
uses: eifinger/setup-rye@v4
30+
- name: Install uv
31+
uses: astral-sh/setup-uv@v6
3132
with:
3233
version: "latest"
3334

0 commit comments

Comments
 (0)