mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-11 14:24:03 +02:00
⬆️ Update astral-sh/setup-uv action to v7 (#1392)
This commit is contained in:
parent
093376dbed
commit
fcff6d48ec
2 changed files with 2 additions and 2 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@v5
|
||||
uses: astral-sh/setup-uv@v7
|
||||
|
||||
- name: Install dependencies
|
||||
run: uv sync --group docs
|
||||
|
|
|
|||
2
.github/workflows/markdown-code-runner.yml
vendored
2
.github/workflows/markdown-code-runner.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
python-version: "3.14.2"
|
||||
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v5
|
||||
uses: astral-sh/setup-uv@v7
|
||||
|
||||
- name: Run markdown-code-runner
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue