Skip to content

Commit 8365a0d

Browse files
Bump astral-sh/setup-uv from 4 to 5
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]>
1 parent fcebe05 commit 8365a0d

9 files changed

+9
-9
lines changed

.github/workflows/_build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
python-version: ${{ inputs.python-version }}
4949

5050
- name: Install uv
51-
uses: astral-sh/setup-uv@v4
51+
uses: astral-sh/setup-uv@v5
5252

5353
- name: Check git status (not Windows)
5454
if: runner.os != 'Windows'

.github/workflows/_build_doc.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
python-version: ${{ inputs.python-version }}
3939

4040
- name: Install uv
41-
uses: astral-sh/setup-uv@v4
41+
uses: astral-sh/setup-uv@v5
4242

4343
- name: Install dependencies
4444
run: |

.github/workflows/_codecov.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
python-version: ${{ inputs.python-version }}
7676

7777
- name: Install uv
78-
uses: astral-sh/setup-uv@v4
78+
uses: astral-sh/setup-uv@v5
7979

8080
- name: Install package
8181
run: |

.github/workflows/_test_futures_private.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
python-version: ${{ inputs.python-version }}
6666

6767
- name: Install uv
68-
uses: astral-sh/setup-uv@v4
68+
uses: astral-sh/setup-uv@v5
6969

7070
- name: Install package (Linux or macOS)
7171
if: runner.os != 'Windows'

.github/workflows/_test_futures_public.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
python-version: ${{ inputs.python-version }}
5252

5353
- name: Install uv
54-
uses: astral-sh/setup-uv@v4
54+
uses: astral-sh/setup-uv@v5
5555

5656
- name: Install package (Linux or macOS)
5757
if: runner.os != 'Windows'

.github/workflows/_test_nft_private.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
python-version: ${{ inputs.python-version }}
5757

5858
- name: Install uv
59-
uses: astral-sh/setup-uv@v4
59+
uses: astral-sh/setup-uv@v5
6060

6161
- name: Install package (Linux or macOS)
6262
if: runner.os != 'Windows'

.github/workflows/_test_nft_public.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
python-version: ${{ inputs.python-version }}
5050

5151
- name: Install uv
52-
uses: astral-sh/setup-uv@v4
52+
uses: astral-sh/setup-uv@v5
5353

5454
- name: Install package (Linux or macOS)
5555
if: runner.os != 'Windows'

.github/workflows/_test_spot_private.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
python-version: ${{ inputs.python-version }}
6464

6565
- name: Install uv
66-
uses: astral-sh/setup-uv@v4
66+
uses: astral-sh/setup-uv@v5
6767

6868
- name: Install package (Linux or macOS)
6969
if: runner.os != 'Windows'

.github/workflows/_test_spot_public.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
python-version: ${{ inputs.python-version }}
5353

5454
- name: Install uv
55-
uses: astral-sh/setup-uv@v4
55+
uses: astral-sh/setup-uv@v5
5656

5757
- name: Install package (Linux or macOS)
5858
if: runner.os != 'Windows'

0 commit comments

Comments
 (0)