Skip to content

Commit 55a0c6f

Browse files
chore(deps): update astral-sh/setup-uv action to v10
1 parent 7d115f4 commit 55a0c6f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
python-version: "3.14"
3838
- name: Set up uv
39-
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
39+
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
4040
with:
4141
version: "0.12.5"
4242
- name: Build current wenxian wheel

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
python-version: "3.14"
1818
- name: Set up uv
19-
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
19+
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
2020
with:
2121
version: "0.12.5"
2222
- name: Run pre-commit hooks
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
python-version: ${{ matrix.python }}
3636
- name: Set up uv
37-
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
37+
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
3838
with:
3939
version: "0.12.5"
4040
- name: Install dependencies
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
python-version: "3.14"
6262
- name: Set up uv
63-
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
63+
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
6464
with:
6565
version: "0.12.5"
6666
- uses: actions/setup-node@v6

0 commit comments

Comments
 (0)