Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
persist-credentials: false

- name: Install uv
uses: astral-sh/setup-uv@v10.0.1
uses: astral-sh/setup-uv@v10.1.0
with:
enable-cache: true
python-version: ${{ matrix.python-version }}
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
persist-credentials: false

- name: Install uv
uses: astral-sh/setup-uv@v10.0.1
uses: astral-sh/setup-uv@v10.1.0
with:
enable-cache: true
python-version: ${{ matrix.python-version }}
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
persist-credentials: false

- name: Install uv
uses: astral-sh/setup-uv@v10.0.1
uses: astral-sh/setup-uv@v10.1.0

- name: Check version fields + the CHANGELOG release contract
run: uv run --no-project python scripts/release.py check
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
persist-credentials: false

- name: Install uv
uses: astral-sh/setup-uv@v10.0.1
uses: astral-sh/setup-uv@v10.1.0
with:
enable-cache: true
python-version: '3.11'
Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:
persist-credentials: false

- name: Install uv
uses: astral-sh/setup-uv@v10.0.1
uses: astral-sh/setup-uv@v10.1.0
with:
# A clean-room build: nothing here should come from a restored cache.
enable-cache: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
persist-credentials: false # nothing here runs an authenticated git op

- name: Install uv
uses: astral-sh/setup-uv@v10.0.1
uses: astral-sh/setup-uv@v10.1.0
with:
# This is the one job that writes outside the run (it pushes a tag and
# cuts a release), so it does not restore a cache another workflow could
Expand Down
Loading