Skip to content

Commit

Permalink
build(deps): bump astral-sh/setup-uv from 3 to 4 (#552)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent f69b9be commit f07730c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- uses: astral-sh/setup-uv@v3
- uses: astral-sh/setup-uv@v4
with:
enable-cache: true
cache-dependency-glob: requirements.txt
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
ref: ${{ env.DVC_S3_REF }}
path: dvc-s3
fetch-depth: 0
- uses: astral-sh/setup-uv@v3
- uses: astral-sh/setup-uv@v4
with:
enable-cache: true
cache-dependency-glob: |
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
fetch-depth: 0
- run: ../dvc-bench/scripts/ci/fetch-all-revs.sh "${REVS}"
working-directory: dvc
- uses: astral-sh/setup-uv@v3
- uses: astral-sh/setup-uv@v4
with:
enable-cache: true
cache-dependency-glob: dvc/pyproject.toml
Expand Down Expand Up @@ -253,7 +253,7 @@ jobs:
ref: ${{ env.DVC_S3_REF }}
path: dvc-s3
fetch-depth: 0
- uses: astral-sh/setup-uv@v3
- uses: astral-sh/setup-uv@v4
with:
enable-cache: true
cache-dependency-glob: |
Expand Down Expand Up @@ -329,7 +329,7 @@ jobs:
ref: ${{ env.DVC_AZURE_REF }}
path: dvc-azure
fetch-depth: 0
- uses: astral-sh/setup-uv@v3
- uses: astral-sh/setup-uv@v4
with:
enable-cache: true
cache-dependency-glob: |
Expand Down Expand Up @@ -419,7 +419,7 @@ jobs:
ref: ${{ env.DVC_GS_REF }}
path: dvc-gs
fetch-depth: 0
- uses: astral-sh/setup-uv@v3
- uses: astral-sh/setup-uv@v4
with:
enable-cache: true
cache-dependency-glob: |
Expand Down Expand Up @@ -517,7 +517,7 @@ jobs:
ref: ${{ env.DVC_REF }}
path: dvc
fetch-depth: 0
- uses: astral-sh/setup-uv@v3
- uses: astral-sh/setup-uv@v4
with:
enable-cache: true
cache-dependency-glob: |
Expand Down

0 comments on commit f07730c

Please sign in to comment.