Skip to content

Commit

Permalink
Update astral-sh/setup-uv to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
zeevro committed Dec 20, 2024
1 parent 4ee0d85 commit 8649c64
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ runs:
using: composite
steps:
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v5
with:
enable-cache: true
cache-dependency-glob: '.pre-commit-config.yaml'
- run: uv run --isolated --no-sync true && echo "pythonLocation=$(uv python find)" >>$GITHUB_ENV
shell: bash
Expand Down

0 comments on commit 8649c64

Please sign in to comment.