Skip to content

Commit adb13ff

Browse files
authored
chore(deps): bump astral-sh/setup-uv from 6 to 7 in the actions-all group (#118)
2 parents b84d06e + 066737b commit adb13ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
# Set up Python environment
2020
- name: Set up uv
21-
uses: astral-sh/setup-uv@v6
21+
uses: astral-sh/setup-uv@v7
2222
with:
2323
version: "latest"
2424

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
# Set up Python environment
4040
- name: Set up uv
41-
uses: astral-sh/setup-uv@v6
41+
uses: astral-sh/setup-uv@v7
4242
with:
4343
version: "latest"
4444

0 commit comments

Comments
 (0)