Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github: bump astral-sh/setup-uv from 4.0.0 to 4.1.0 in the github-dependencies group #5001

Merged
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
with:
python-version: 3.11
- name: Install uv
uses: astral-sh/setup-uv@d8db0a86d3d88f3017a4e6b8a1e2b234e7a0a1b5
uses: astral-sh/setup-uv@5f42d5af6c403a722299fda36d451c39f302a433
with:
# If you bump the version, also update docs/contributing.md
# and all other workflows that install uv
Expand All @@ -142,7 +142,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Install uv
uses: astral-sh/setup-uv@d8db0a86d3d88f3017a4e6b8a1e2b234e7a0a1b5
uses: astral-sh/setup-uv@5f42d5af6c403a722299fda36d451c39f302a433
# 'only-managed' means that uv will always download Python, even
# if the runner happens to provide a compatible version
- name: Check that `mkdocs` can build the docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
python-version: 3.11
- name: Install uv
uses: astral-sh/setup-uv@d8db0a86d3d88f3017a4e6b8a1e2b234e7a0a1b5
uses: astral-sh/setup-uv@5f42d5af6c403a722299fda36d451c39f302a433
with:
version: "0.5.1"
- name: Install dependencies, compile and deploy docs
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
with:
python-version: 3.11
- name: Install uv
uses: astral-sh/setup-uv@d8db0a86d3d88f3017a4e6b8a1e2b234e7a0a1b5
uses: astral-sh/setup-uv@5f42d5af6c403a722299fda36d451c39f302a433
with:
version: "0.5.1"
- name: Compile docs and zip them up
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
with:
python-version: 3.11
- name: Install uv
uses: astral-sh/setup-uv@d8db0a86d3d88f3017a4e6b8a1e2b234e7a0a1b5
uses: astral-sh/setup-uv@5f42d5af6c403a722299fda36d451c39f302a433
with:
version: "0.5.1"
- name: Install dependencies, compile and deploy docs to the "latest release" section of the website
Expand Down