Skip to content

Commit 03f8c87

Browse files
dependabot[bot]gadomski
authored andcommitted
build(deps): 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 f87faca commit 03f8c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
key: ${{ runner.os }}-conda-${{ hashFiles('**/environment.yml') }}
4141
restore-keys: ${{ runner.os }}-conda-
4242
- name: Set up uv
43-
uses: astral-sh/setup-uv@v4
43+
uses: astral-sh/setup-uv@v5
4444
with:
4545
version: "0.5.*"
4646
- name: Set up Conda with Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)