Skip to content

Commit

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

---
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 27, 2024
1 parent 828e741 commit 8fb8e9f
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@v3
uses: astral-sh/setup-uv@v4
with:
version: "0.4.27"

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

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@v3
uses: astral-sh/setup-uv@v4
with:
version: "0.4.27"

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@v3
uses: astral-sh/setup-uv@v4
with:
version: "0.4.27"

Expand Down

0 comments on commit 8fb8e9f

Please sign in to comment.