Skip to content

Commit 3b76ad1

Browse files
Bump astral-sh/setup-uv from 4 to 5 in the actions group
Bumps the actions group with 1 update: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `astral-sh/setup-uv` from 4 to 5 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v4...v5) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 34f234c commit 3b76ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
python-version: ${{ matrix.python-version }}
4646
- name: Setup uv
47-
uses: astral-sh/setup-uv@v4
47+
uses: astral-sh/setup-uv@v5
4848
- name: Run Tests (PostgreSQL)
4949
run: uv run --with "Django~=${{ matrix.django-version }}" manage.py test
5050
- name: Run Tests (SQLite)

0 commit comments

Comments
 (0)