Skip to content

Commit ed8ad47

Browse files
committed
chore(deps): bump astral-sh/setup-uv from 7 to 7.3.1
1 parent ae964f2 commit ed8ad47

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
python-version-file: ${{ env.PYTHON_VERSION_FILE }}
7272

7373
- name: Set up uv
74-
uses: astral-sh/setup-uv@v7
74+
uses: astral-sh/setup-uv@v7.3.1
7575
with:
7676
version: "latest"
7777

.github/workflows/python-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: wagoid/commitlint-github-action@v6.2.1
2323

2424
- name: Set up uv
25-
uses: astral-sh/setup-uv@v7
25+
uses: astral-sh/setup-uv@v7.3.1
2626
with:
2727
version: "latest"
2828

@@ -54,7 +54,7 @@ jobs:
5454
uses: actions/checkout@v6.0.2
5555

5656
- name: Set up uv
57-
uses: astral-sh/setup-uv@v7
57+
uses: astral-sh/setup-uv@v7.3.1
5858
with:
5959
version: "latest"
6060

0 commit comments

Comments
 (0)