mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-11 22:34:04 +02:00
⬆️ Update astral-sh/setup-uv action to v10 (#1501)
This commit is contained in:
parent
4a87b5ef54
commit
f3af35f95e
3 changed files with 3 additions and 3 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
python-version: '3.14.2'
|
||||
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v9.0.0
|
||||
uses: astral-sh/setup-uv@v10.0.1
|
||||
|
||||
- name: Install dependencies
|
||||
run: uv sync --group docs
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ runs:
|
|||
with:
|
||||
python-version: ${{ inputs.python-version }}
|
||||
- name: Set up UV
|
||||
uses: astral-sh/setup-uv@v9.0.0
|
||||
uses: astral-sh/setup-uv@v10.0.1
|
||||
- name: Install dependencies
|
||||
shell: bash
|
||||
run: |
|
||||
|
|
|
|||
2
.github/workflows/markdown-code-runner.yml
vendored
2
.github/workflows/markdown-code-runner.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
python-version: "3.14.2"
|
||||
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v9.0.0
|
||||
uses: astral-sh/setup-uv@v10.0.1
|
||||
|
||||
- name: Update generated content
|
||||
run: ./scripts/update-generated-content
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue