Skip to content

Commit

Permalink
cicd: use newer uv version for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
laszukdawid committed Dec 31, 2024
1 parent e377900 commit 6709c79
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install uv
uses: astral-sh/setup-uv@v4
with: # Latest on 2024-12-24
version: "0.5.11"
uses: astral-sh/setup-uv@v5
with: # Latest on 2024-12-28
version: "0.5.13"

- name: "Set up Python"
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 6709c79

Please sign in to comment.