Skip to content

Commit 4124160

Browse files
MAINT: Bump astral-sh/setup-uv from 6.0.0 to 6.0.1
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@c7f87aa...6b9c606) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 57fdd8e commit 4124160

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
fetch-tags: true
125125
persist-credentials: false
126126

127-
- uses: astral-sh/setup-uv@c7f87aa956e4c323abf06d5dec078e358f6b4d04
127+
- uses: astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca
128128
with:
129129
activate-environment: true
130130
python-version: ${{ matrix.version }}

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
persist-credentials: false
3636

3737
- name: Setup Python
38-
uses: astral-sh/setup-uv@c7f87aa956e4c323abf06d5dec078e358f6b4d04
38+
uses: astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca
3939
with:
4040
activate-environment: true
4141
python-version: ${{ matrix.compiler-pyversion[1] }}

0 commit comments

Comments
 (0)