Skip to content
This repository was archived by the owner on May 4, 2025. It is now read-only.

Commit 238b19f

Browse files
dependabot[bot]rafalkrupinski
authored andcommitted
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 84c3b20 commit 238b19f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
ref: "refs/tags/${{ github.event_name == 'workflow_dispatch' && github.event.inputs.tag_name || github.event.release.tag_name }}"
2424

2525
- name: Install uv
26-
uses: astral-sh/setup-uv@v4
26+
uses: astral-sh/setup-uv@v5
2727
with:
2828
enable-cache: true
2929

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
python-version: ${{ matrix.python-version }}
4949

5050
- name: Install uv
51-
uses: astral-sh/setup-uv@v4
51+
uses: astral-sh/setup-uv@v5
5252
with:
5353
enable-cache: true
5454

@@ -75,7 +75,7 @@ jobs:
7575
uses: actions/checkout@v4
7676

7777
- name: Install uv
78-
uses: astral-sh/setup-uv@v4
78+
uses: astral-sh/setup-uv@v5
7979
with:
8080
enable-cache: true
8181

0 commit comments

Comments
 (0)