Skip to content

Commit 8f76136

Browse files
skip changelog(deps): bump astral-sh/setup-uv from 5 to 6 (#2468)
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 5 to 6. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v5...v6) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: '6' 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>
1 parent 501733b commit 8f76136

File tree

10 files changed

+26
-26
lines changed

10 files changed

+26
-26
lines changed

.github/workflows/check_docs_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Install uv
22-
uses: astral-sh/setup-uv@v5
22+
uses: astral-sh/setup-uv@v6
2323
with:
2424
enable-cache: "true"
2525
cache-suffix: ${{ matrix.python-version }}

.github/workflows/check_tpch_queries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424
- name: Install uv
25-
uses: astral-sh/setup-uv@v5
25+
uses: astral-sh/setup-uv@v6
2626
with:
2727
enable-cache: "true"
2828
cache-suffix: ${{ matrix.python-version }}

.github/workflows/downstream_tests.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424
- name: Install uv
25-
uses: astral-sh/setup-uv@v5
25+
uses: astral-sh/setup-uv@v6
2626
with:
2727
enable-cache: "true"
2828
cache-suffix: ${{ matrix.python-version }}
@@ -69,7 +69,7 @@ jobs:
6969
with:
7070
python-version: ${{ matrix.python-version }}
7171
- name: Install uv
72-
uses: astral-sh/setup-uv@v5
72+
uses: astral-sh/setup-uv@v6
7373
with:
7474
enable-cache: "true"
7575
cache-suffix: ${{ matrix.python-version }}
@@ -132,7 +132,7 @@ jobs:
132132
with:
133133
python-version: ${{ matrix.python-version }}
134134
- name: Install uv
135-
uses: astral-sh/setup-uv@v5
135+
uses: astral-sh/setup-uv@v6
136136
with:
137137
enable-cache: "true"
138138
cache-suffix: ${{ matrix.python-version }}
@@ -169,7 +169,7 @@ jobs:
169169
with:
170170
python-version: ${{ matrix.python-version }}
171171
- name: Install uv
172-
uses: astral-sh/setup-uv@v5
172+
uses: astral-sh/setup-uv@v6
173173
with:
174174
enable-cache: "true"
175175
cache-suffix: ${{ matrix.python-version }}
@@ -260,7 +260,7 @@ jobs:
260260
# with:
261261
# python-version: ${{ matrix.python-version }}
262262
# - name: Install uv
263-
# uses: astral-sh/setup-uv@v5
263+
# uses: astral-sh/setup-uv@v6
264264
# with:
265265
# enable-cache: "true"
266266
# cache-suffix: ${{ matrix.python-version }}
@@ -300,7 +300,7 @@ jobs:
300300
with:
301301
python-version: ${{ matrix.python-version }}
302302
- name: Install uv
303-
uses: astral-sh/setup-uv@v5
303+
uses: astral-sh/setup-uv@v6
304304
with:
305305
enable-cache: "true"
306306
cache-suffix: ${{ matrix.python-version }}
@@ -341,7 +341,7 @@ jobs:
341341
with:
342342
python-version: ${{ matrix.python-version }}
343343
- name: Install uv
344-
uses: astral-sh/setup-uv@v5
344+
uses: astral-sh/setup-uv@v6
345345
with:
346346
enable-cache: "true"
347347
cache-suffix: ${{ matrix.python-version }}
@@ -383,7 +383,7 @@ jobs:
383383
with:
384384
python-version: ${{ matrix.python-version }}
385385
- name: Install uv
386-
uses: astral-sh/setup-uv@v5
386+
uses: astral-sh/setup-uv@v6
387387
with:
388388
enable-cache: "true"
389389
cache-suffix: ${{ matrix.python-version }}
@@ -425,7 +425,7 @@ jobs:
425425
with:
426426
python-version: ${{ matrix.python-version }}
427427
- name: Install uv
428-
uses: astral-sh/setup-uv@v5
428+
uses: astral-sh/setup-uv@v6
429429
with:
430430
enable-cache: "true"
431431
cache-suffix: ${{ matrix.python-version }}
@@ -465,7 +465,7 @@ jobs:
465465
with:
466466
python-version: ${{ matrix.python-version }}
467467
- name: Install uv
468-
uses: astral-sh/setup-uv@v5
468+
uses: astral-sh/setup-uv@v6
469469
with:
470470
enable-cache: "true"
471471
cache-suffix: ${{ matrix.python-version }}
@@ -511,7 +511,7 @@ jobs:
511511
with:
512512
python-version: ${{ matrix.python-version }}
513513
- name: Install uv
514-
uses: astral-sh/setup-uv@v5
514+
uses: astral-sh/setup-uv@v6
515515
with:
516516
enable-cache: "true"
517517
cache-suffix: ${{ matrix.python-version }}

.github/workflows/downstream_tests_slow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626
- name: Install uv
27-
uses: astral-sh/setup-uv@v5
27+
uses: astral-sh/setup-uv@v6
2828
with:
2929
enable-cache: "true"
3030
cache-suffix: ${{ matrix.python-version }}

.github/workflows/extremes.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Install uv
22-
uses: astral-sh/setup-uv@v5
22+
uses: astral-sh/setup-uv@v6
2323
with:
2424
enable-cache: "true"
2525
cache-suffix: ${{ matrix.python-version }}
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
python-version: ${{ matrix.python-version }}
5858
- name: Install uv
59-
uses: astral-sh/setup-uv@v5
59+
uses: astral-sh/setup-uv@v6
6060
with:
6161
enable-cache: "true"
6262
cache-suffix: ${{ matrix.python-version }}
@@ -94,7 +94,7 @@ jobs:
9494
with:
9595
python-version: ${{ matrix.python-version }}
9696
- name: Install uv
97-
uses: astral-sh/setup-uv@v5
97+
uses: astral-sh/setup-uv@v6
9898
with:
9999
enable-cache: "true"
100100
cache-suffix: ${{ matrix.python-version }}
@@ -135,7 +135,7 @@ jobs:
135135
with:
136136
python-version: ${{ matrix.python-version }}
137137
- name: Install uv
138-
uses: astral-sh/setup-uv@v5
138+
uses: astral-sh/setup-uv@v6
139139
with:
140140
enable-cache: "true"
141141
cache-suffix: ${{ matrix.python-version }}

.github/workflows/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
python-version: 3.x
2222
- name: Install uv
23-
uses: astral-sh/setup-uv@v5
23+
uses: astral-sh/setup-uv@v6
2424
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
2525
- uses: actions/cache@v4
2626
with:

.github/workflows/pytest-pyspark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424
- name: Install uv
25-
uses: astral-sh/setup-uv@v5
25+
uses: astral-sh/setup-uv@v6
2626
with:
2727
enable-cache: "true"
2828
cache-suffix: ${{ matrix.python-version }}
@@ -55,7 +55,7 @@ jobs:
5555
python-version: ${{ matrix.python-version }}
5656

5757
- name: Install uv
58-
uses: astral-sh/setup-uv@v5
58+
uses: astral-sh/setup-uv@v6
5959
with:
6060
enable-cache: "true"
6161
cache-suffix: ${{ matrix.python-version }}

.github/workflows/pytest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323
- name: Install uv
24-
uses: astral-sh/setup-uv@v5
24+
uses: astral-sh/setup-uv@v6
2525
with:
2626
enable-cache: "true"
2727
cache-suffix: ${{ matrix.python-version }}
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
python-version: ${{ matrix.python-version }}
4848
- name: Install uv
49-
uses: astral-sh/setup-uv@v5
49+
uses: astral-sh/setup-uv@v6
5050
with:
5151
enable-cache: "true"
5252
cache-suffix: ${{ matrix.python-version }}
@@ -77,7 +77,7 @@ jobs:
7777
with:
7878
python-version: ${{ matrix.python-version }}
7979
- name: Install uv
80-
uses: astral-sh/setup-uv@v5
80+
uses: astral-sh/setup-uv@v6
8181
with:
8282
enable-cache: "true"
8383
cache-suffix: ${{ matrix.python-version }}

.github/workflows/random_ci_pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
- name: Install uv
23-
uses: astral-sh/setup-uv@v5
23+
uses: astral-sh/setup-uv@v6
2424
with:
2525
enable-cache: "true"
2626
cache-suffix: ${{ matrix.python-version }}

.github/workflows/typing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323
- name: Install uv
24-
uses: astral-sh/setup-uv@v5
24+
uses: astral-sh/setup-uv@v6
2525
with:
2626
enable-cache: "true"
2727
cache-suffix: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)