yezz123/setup-uv

๐Ÿ› fix uv version implementation

Closed this issue ยท 0 comments

currently, if we try to install a specific version of uv we implement it like this:

steps:
  - uses: actions/checkout@v3
  - uses: actions/setup-python@v4
    with:
      python-version: "3.11"
  - uses: yezz123/setup-uv@v1
    with:
      uv-version: "0.1.5"
  - run: uv --version

but as I noticed it installed the default version which is the latest one, i should investigate this here:

https://github.com/yezz123/setup-uv/blob/main/src/inputs.ts#L27-L44

Screenshot

Check here: https://github.com/yezz123/authx/actions/runs/7990744469/job/21820221268?pr=546