mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-08-31 16:40:55 +00:00
fix(ci): Downgrade setup-uv action from v6 to v5
The setup-uv@v6 action has deprecated Node 18 support mid-version by using the File API, causing workflow failures. Temporarily downgrading to v5 until we migrate to a better runner image with Node 20+ support.
This commit is contained in:
parent
256bed992e
commit
aacaf5a2a0
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ jobs:
|
|||
persist-credentials: false
|
||||
|
||||
- name: Install uv
|
||||
uses: https://github.com/astral-sh/setup-uv@v6
|
||||
uses: https://github.com/astral-sh/setup-uv@v5
|
||||
with:
|
||||
enable-cache: true
|
||||
ignore-nothing-to-cache: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue