Skip to content

Commit

Permalink
chore: update uv version (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
akonarski-ds authored Oct 11, 2024
1 parent b8cd737 commit b906480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v2
with:
version: "0.4.10"
version: "0.4.20"

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v2
with:
version: "0.4.10"
version: "0.4.20"
- name: Cache Dependencies
uses: actions/cache@v3
with:
Expand Down

0 comments on commit b906480

Please sign in to comment.