Skip to content

Commit 29e31f6

Browse files
chore(deps): update astral-sh/setup-uv action to v8
1 parent d4247dc commit 29e31f6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
persist-credentials: false
2323
- name: Install uv and set the python version
24-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
24+
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
2525
with:
2626
enable-cache: false
2727
python-version: "3.14"

.github/workflows/test-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
persist-credentials: false
2626
- name: Install uv and set the python version
27-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
27+
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
2828
with:
2929
enable-cache: true
3030
python-version: "3.14"
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
persist-credentials: false
5656
- name: Install uv and set the python version
57-
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
57+
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
5858
with:
5959
enable-cache: true
6060
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)