Skip to content

Commit ad5ce4f

Browse files
chore(deps): update astral-sh/setup-uv action to v10 (#242)
1 parent 1bcc74b commit ad5ce4f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/uvbuild/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323
with:
2424
python-version: ${{ inputs.python }}
2525
- name: Install uv
26-
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
26+
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
2727
with:
2828
enable-cache: true
2929
- name: Setup project

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Python
2424
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
2525
- name: Install uv
26-
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
26+
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
2727
with:
2828
enable-cache: false # avoid cache-poisoning attacks
2929
- name: Build package

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
python-version: "3.14"
5555
- name: Install uv
56-
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
56+
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
5757
with:
5858
enable-cache: true
5959
- name: Build package

0 commit comments

Comments
 (0)