Skip to content

Commit

Permalink
build(deps): Bump astral-sh/setup-uv from 4 to 5 (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 24, 2024
1 parent 5691060 commit a856959
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 @@ -41,7 +41,7 @@ jobs:
- name: Cargo clippy
run: cargo clippy --workspace --all-targets -- -D warnings
- name: Install uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5
- name: Sync project
run: uv sync --locked --no-dev --group ci
- name: Pytest
Expand Down

0 comments on commit a856959

Please sign in to comment.