Skip to content

Commit e41bba1

Browse files
chore(deps): update astral-sh/setup-uv action to v5 (#806)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 227fb09 commit e41bba1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python-version: [3.11] # Our min supported Python version
3131
steps:
3232
- uses: actions/checkout@v4
33-
- uses: astral-sh/setup-uv@v4
33+
- uses: astral-sh/setup-uv@v5
3434
with:
3535
enable-cache: true
3636
- run: uv python pin ${{ matrix.python-version }}
@@ -44,7 +44,7 @@ jobs:
4444
python-version: [3.11, 3.12] # Our min and max supported Python versions
4545
steps:
4646
- uses: actions/checkout@v4
47-
- uses: astral-sh/setup-uv@v4
47+
- uses: astral-sh/setup-uv@v5
4848
with:
4949
enable-cache: true
5050
- run: uv python pin ${{ matrix.python-version }}

0 commit comments

Comments
 (0)