Skip to content

Commit ed7f6a7

Browse files
authored
Merge pull request #732 from staticdev/dependabot/github_actions/astral-sh/setup-uv-6
Bump astral-sh/setup-uv from 5 to 6
2 parents d03ecd4 + 093e62a commit ed7f6a7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: "3.13"
2020

2121
- name: Install UV
22-
uses: astral-sh/setup-uv@v5
22+
uses: astral-sh/setup-uv@v6
2323
with:
2424
version: ">=0.5.24"
2525

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python-version: "3.13"
2525

2626
- name: Install UV
27-
uses: astral-sh/setup-uv@v5
27+
uses: astral-sh/setup-uv@v6
2828
with:
2929
version: ">=0.5.24"
3030

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
python-version: ${{ matrix.python }}
4040

4141
- name: Install UV
42-
uses: astral-sh/setup-uv@v5
42+
uses: astral-sh/setup-uv@v6
4343
with:
4444
version: ">=0.5.24"
4545

@@ -103,7 +103,7 @@ jobs:
103103
python-version: "3.13"
104104

105105
- name: Install UV
106-
uses: astral-sh/setup-uv@v5
106+
uses: astral-sh/setup-uv@v6
107107
with:
108108
version: ">=0.5.24"
109109

0 commit comments

Comments
 (0)