Skip to content

Commit

Permalink
Fix missing v in action
Browse files Browse the repository at this point in the history
  • Loading branch information
Svenito committed Oct 18, 2024
1 parent c823f09 commit fe619c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install uv
uses: astral-sh/setup-uv@3
uses: astral-sh/setup-uv@v3
with:
version: "0.4.24"

Expand Down

0 comments on commit fe619c0

Please sign in to comment.