mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-05 23:42:50 +00:00
github: bump astral-sh/setup-uv in the github-dependencies group
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 5.3.1 to 5.4.0
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](f94ec6bedd...22695119d7
)
---
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
caf172f651
commit
78239ee133
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -205,7 +205,7 @@ jobs:
|
||||
with:
|
||||
python-version: 3.11
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231
|
||||
uses: astral-sh/setup-uv@22695119d769bdb6f7032ad67b9bca0ef8c4a174
|
||||
with:
|
||||
# If you bump the version, also update docs/contributing.md
|
||||
# and all other workflows that install uv
|
||||
@ -246,7 +246,7 @@ jobs:
|
||||
with:
|
||||
python-version: 3.11
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231
|
||||
uses: astral-sh/setup-uv@22695119d769bdb6f7032ad67b9bca0ef8c4a174
|
||||
with:
|
||||
# If you bump the version, also update docs/contributing.md
|
||||
# and all other workflows that install uv
|
||||
@ -263,7 +263,7 @@ jobs:
|
||||
with:
|
||||
persist-credentials: false
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231
|
||||
uses: astral-sh/setup-uv@22695119d769bdb6f7032ad67b9bca0ef8c4a174
|
||||
# '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
|
||||
@ -282,7 +282,7 @@ jobs:
|
||||
persist-credentials: false
|
||||
|
||||
- name: Install the latest version of uv
|
||||
uses: astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231
|
||||
uses: astral-sh/setup-uv@22695119d769bdb6f7032ad67b9bca0ef8c4a174
|
||||
|
||||
- name: Run zizmor
|
||||
run: uvx zizmor --format sarif . > results.sarif
|
||||
|
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
with:
|
||||
python-version: 3.11
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231
|
||||
uses: astral-sh/setup-uv@22695119d769bdb6f7032ad67b9bca0ef8c4a174
|
||||
with:
|
||||
version: "0.5.1"
|
||||
- name: Install dependencies, compile and deploy docs
|
||||
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -99,7 +99,7 @@ jobs:
|
||||
with:
|
||||
python-version: 3.11
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231
|
||||
uses: astral-sh/setup-uv@22695119d769bdb6f7032ad67b9bca0ef8c4a174
|
||||
with:
|
||||
version: "0.5.1"
|
||||
- name: Compile docs and zip them up
|
||||
@ -135,7 +135,7 @@ jobs:
|
||||
with:
|
||||
python-version: 3.11
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231
|
||||
uses: astral-sh/setup-uv@22695119d769bdb6f7032ad67b9bca0ef8c4a174
|
||||
with:
|
||||
version: "0.5.1"
|
||||
- name: Install dependencies, compile and deploy docs to the "latest release" section of the website
|
||||
|
Loading…
x
Reference in New Issue
Block a user