8000 Merge pull request #28869 from numpy/dependabot/github_actions/astral… · r-devulap/numpy@4690af9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4690af9

Browse files
authored
Merge pull request numpy#28869 from numpy/dependabot/github_actions/astral-sh/setup-uv-6.0.1
MAINT: Bump astral-sh/setup-uv from 6.0.0 to 6.0.1
2 parents 57fdd8e + 4124160 commit 4690af9

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)
0