Skip to content

Commit a22b329

Browse files
Update dependency astral-sh/uv to v0.11.17
1 parent f5a9dbd commit a22b329

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/bootstrap/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ runs:
3535
if: ${{ inputs.setup-uv == 'true' && inputs.python-version != '' }}
3636
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
3737
with:
38-
version: "0.11.16"
38+
version: "0.11.17"
3939
enable-cache: ${{ inputs.enable-uv-cache }}
4040
python-version: ${{ inputs.python-version }}
4141
cache-suffix: ${{ inputs.cache-key-suffix }}
4242
- name: Set up uv (no python-version pin)
4343
if: ${{ inputs.setup-uv == 'true' && inputs.python-version == '' }}
4444
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
4545
with:
46-
version: "0.11.16"
46+
version: "0.11.17"
4747
enable-cache: ${{ inputs.enable-uv-cache }}
4848
cache-suffix: ${{ inputs.cache-key-suffix }}

.github/workflows/bernstein-ci-fix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ jobs:
457457
- name: Set up Python via uv
458458
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
459459
with:
460-
version: "0.11.16"
460+
version: "0.11.17"
461461
- name: Capture failing log tail
462462
env:
463463
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)