mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-19 19:08:08 +00:00
github: bump astral-sh/setup-uv in the github-dependencies group
Some checks are pending
binaries / Build binary artifacts (push) Waiting to run
nix / flake check (push) Waiting to run
build / build (, macos-13) (push) Waiting to run
build / build (, macos-14) (push) Waiting to run
build / build (, ubuntu-latest) (push) Waiting to run
build / build (, windows-latest) (push) Waiting to run
build / build (--all-features, ubuntu-latest) (push) Waiting to run
build / Build jj-lib without Git support (push) Waiting to run
build / Check protos (push) Waiting to run
build / Check formatting (push) Waiting to run
build / Check that MkDocs can build the docs (push) Waiting to run
build / Check that MkDocs can build the docs with latest Python and uv (push) Waiting to run
build / cargo-deny (advisories) (push) Waiting to run
build / cargo-deny (bans licenses sources) (push) Waiting to run
build / Clippy check (push) Waiting to run
Codespell / Codespell (push) Waiting to run
website / prerelease-docs-build-deploy (ubuntu-latest) (push) Waiting to run
Scorecards supply-chain security / Scorecards analysis (push) Waiting to run
Some checks are pending
binaries / Build binary artifacts (push) Waiting to run
nix / flake check (push) Waiting to run
build / build (, macos-13) (push) Waiting to run
build / build (, macos-14) (push) Waiting to run
build / build (, ubuntu-latest) (push) Waiting to run
build / build (, windows-latest) (push) Waiting to run
build / build (--all-features, ubuntu-latest) (push) Waiting to run
build / Build jj-lib without Git support (push) Waiting to run
build / Check protos (push) Waiting to run
build / Check formatting (push) Waiting to run
build / Check that MkDocs can build the docs (push) Waiting to run
build / Check that MkDocs can build the docs with latest Python and uv (push) Waiting to run
build / cargo-deny (advisories) (push) Waiting to run
build / cargo-deny (bans licenses sources) (push) Waiting to run
build / Clippy check (push) Waiting to run
Codespell / Codespell (push) Waiting to run
website / prerelease-docs-build-deploy (ubuntu-latest) (push) Waiting to run
Scorecards supply-chain security / Scorecards analysis (push) Waiting to run
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.1.0 to 4.2.0
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](5f42d5af6c...38f3f10444
)
---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
1783c69799
commit
05fc855185
3 changed files with 5 additions and 5 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -127,7 +127,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: 3.11
|
python-version: 3.11
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
uses: astral-sh/setup-uv@5f42d5af6c403a722299fda36d451c39f302a433
|
uses: astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a
|
||||||
with:
|
with:
|
||||||
# If you bump the version, also update docs/contributing.md
|
# If you bump the version, also update docs/contributing.md
|
||||||
# and all other workflows that install uv
|
# and all other workflows that install uv
|
||||||
|
@ -142,7 +142,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
uses: astral-sh/setup-uv@5f42d5af6c403a722299fda36d451c39f302a433
|
uses: astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a
|
||||||
# 'only-managed' means that uv will always download Python, even
|
# 'only-managed' means that uv will always download Python, even
|
||||||
# if the runner happens to provide a compatible version
|
# if the runner happens to provide a compatible version
|
||||||
- name: Check that `mkdocs` can build the docs
|
- name: Check that `mkdocs` can build the docs
|
||||||
|
|
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: 3.11
|
python-version: 3.11
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
uses: astral-sh/setup-uv@5f42d5af6c403a722299fda36d451c39f302a433
|
uses: astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a
|
||||||
with:
|
with:
|
||||||
version: "0.5.1"
|
version: "0.5.1"
|
||||||
- name: Install dependencies, compile and deploy docs
|
- name: Install dependencies, compile and deploy docs
|
||||||
|
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -101,7 +101,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: 3.11
|
python-version: 3.11
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
uses: astral-sh/setup-uv@5f42d5af6c403a722299fda36d451c39f302a433
|
uses: astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a
|
||||||
with:
|
with:
|
||||||
version: "0.5.1"
|
version: "0.5.1"
|
||||||
- name: Compile docs and zip them up
|
- name: Compile docs and zip them up
|
||||||
|
@ -132,7 +132,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: 3.11
|
python-version: 3.11
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
uses: astral-sh/setup-uv@5f42d5af6c403a722299fda36d451c39f302a433
|
uses: astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a
|
||||||
with:
|
with:
|
||||||
version: "0.5.1"
|
version: "0.5.1"
|
||||||
- name: Install dependencies, compile and deploy docs to the "latest release" section of the website
|
- name: Install dependencies, compile and deploy docs to the "latest release" section of the website
|
||||||
|
|
Loading…
Reference in a new issue