File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
1212 permissions :
1313 contents : read
1414 steps :
15- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
15+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1616 - name : Install uv
1717 uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8
1818 with :
19- version : " 0.11.24 "
19+ version : " 0.11.32 "
2020 - name : Set up Python
2121 uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
2222 with :
Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ jobs:
1414 contents : read
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
17+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1818 - # Required for the package command tests to work
1919 name : Set up Docker Buildx
20- uses : docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4
20+ uses : docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
2121 - name : Install uv
2222 uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8
2323 with :
24- version : " 0.11.24 "
24+ version : " 0.11.32 "
2525 - name : Set up Python
2626 uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
2727 with :
Original file line number Diff line number Diff line change 11FROM python:3.13-slim
22
3- COPY --from=ghcr.io/astral-sh/uv:0.11.26 /uv /uvx /bin/
3+ COPY --from=ghcr.io/astral-sh/uv:0.12.1 /uv /uvx /bin/
44
55WORKDIR /app
66
You can’t perform that action at this time.
0 commit comments