File tree Expand file tree Collapse file tree 4 files changed +12
-6
lines changed
Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,14 @@ jobs:
1515 steps :
1616 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1717 - name : Install uv
18- uses : astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5
18+ uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8
19+ with :
20+ version : " 0.11.2"
1921 - name : Set up Python
2022 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
2123 with :
2224 python-version : " 3.13"
2325 - name : Install dependencies
24- run : uv sync
26+ run : uv sync --frozen
2527 - name : Check formatting
2628 run : make fmt-check
Original file line number Diff line number Diff line change 1818 - name : Checkout
1919 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2020 - name : Install uv
21- uses : astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5
21+ uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8
22+ with :
23+ version : " 0.11.2"
2224 - name : Set up Python
2325 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
2426 with :
Original file line number Diff line number Diff line change @@ -19,12 +19,14 @@ jobs:
1919 name : Set up Docker Buildx
2020 uses : docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
2121 - name : Install uv
22- uses : astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5
22+ uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8
23+ with :
24+ version : " 0.11.2"
2325 - name : Set up Python
2426 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
2527 with :
2628 python-version : " 3.13"
2729 - name : Install dependencies
28- run : uv sync
30+ run : uv sync --frozen
2931 - name : Run tests
3032 run : make test
Original file line number Diff line number Diff line change 11FROM python:3.13-slim
22
3- COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
3+ COPY --from=ghcr.io/astral-sh/uv:0.11.2 /uv /uvx /bin/
44
55WORKDIR /app
66
You can’t perform that action at this time.
0 commit comments