Skip to content

Commit

Permalink
github: bump astral-sh/setup-uv in the github-dependencies group
Browse files Browse the repository at this point in the history
Bumps the github-dependencies group with 1 update: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv).


Updates `astral-sh/setup-uv` from 4.2.0 to 5.0.1
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@38f3f10...180f8b4)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Dec 20, 2024
1 parent ef49643 commit 7963536
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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@38f3f104447c67c051c4a08e39b64a148898af3a
uses: astral-sh/setup-uv@180f8b44399608a850e1db031fa65c77746566d3
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@38f3f104447c67c051c4a08e39b64a148898af3a
uses: astral-sh/setup-uv@180f8b44399608a850e1db031fa65c77746566d3
# '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@38f3f104447c67c051c4a08e39b64a148898af3a
uses: astral-sh/setup-uv@180f8b44399608a850e1db031fa65c77746566d3
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@38f3f104447c67c051c4a08e39b64a148898af3a
uses: astral-sh/setup-uv@180f8b44399608a850e1db031fa65c77746566d3
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@38f3f104447c67c051c4a08e39b64a148898af3a
uses: astral-sh/setup-uv@180f8b44399608a850e1db031fa65c77746566d3
with:
version: "0.5.1"
- name: Install dependencies, compile and deploy docs to the "latest release" section of the website
Expand Down

0 comments on commit 7963536

Please sign in to comment.