Skip to content

Commit

Permalink
Merge pull request #147 from AtticusZeller/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…astral-sh/setup-uv-5

⬆ Bump astral-sh/setup-uv from 3 to 5
  • Loading branch information
AtticusZeller authored Jan 30, 2025
2 parents 7662291 + a3d8484 commit fd93bb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v5
with:
enable-cache: true
- name: Install brew
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
fetch-depth: 0

- name: Install uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v5
with:
enable-cache: true

Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fd93bb8

Please sign in to comment.