Skip to content

Commit

Permalink
chore(deps): update astral-sh/setup-uv action to v5 (#52)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent 9f560d8 commit 6f03c90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v4.2.2

- name: Install uv
uses: astral-sh/setup-uv@v4.2.0
uses: astral-sh/setup-uv@v5.0.1
with:
enable-cache: true

Expand All @@ -49,7 +49,7 @@ jobs:
uses: actions/checkout@v4.2.2

- name: Install uv
uses: astral-sh/setup-uv@v4.2.0
uses: astral-sh/setup-uv@v5.0.1
with:
enable-cache: true

Expand Down

0 comments on commit 6f03c90

Please sign in to comment.