Skip to content

Commit

Permalink
Bump astral-sh/setup-uv from 4 to 5
Browse files Browse the repository at this point in the history
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 4 to 5.
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@v4...v5)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent b7c3ea7 commit b333480
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
fetch-depth: "0" # 0=all, needed for setuptools-scm to resolve version tags

- name: Install uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5
with:
version: "0.5.x"

Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
tesseract
- name: Install uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5
with:
version: "0.5.x"

Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
fetch-depth: "0" # 0=all, needed for setuptools-scm to resolve version tags

- name: Install uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5
with:
version: "0.5.x"

Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
fetch-depth: "0" # 0=all, needed for setuptools-scm to resolve version tags

- name: Install uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5
with:
version: "0.5.x"

Expand Down

0 comments on commit b333480

Please sign in to comment.