Skip to content

Commit 17d86e1

Browse files
chore(deps): update astral-sh/setup-uv action to v7 (#1136)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9452760 commit 17d86e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
python-version: [3.11, 3.13] # Our min and max supported Python versions
9898
steps:
9999
- uses: actions/checkout@v5
100-
- uses: astral-sh/setup-uv@v6
100+
- uses: astral-sh/setup-uv@v7
101101
with:
102102
enable-cache: true
103103
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)