Skip to content

Commit fe5c3e6

Browse files
Bump astral-sh/setup-uv from 6 to 7 in the actions group (#14)
Bumps the actions group with 1 update: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `astral-sh/setup-uv` from 6 to 7 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v6...v7) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f81d34b commit fe5c3e6

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
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
python-version: ${{ matrix.python-version }}
4949
- name: Setup uv
50-
uses: astral-sh/setup-uv@v6
50+
uses: astral-sh/setup-uv@v7
5151
- name: Run Tests (PostgreSQL)
5252
run: uv run --with "Django~=${{ matrix.django-version }}" manage.py test
5353
- name: Run Tests (SQLite)

0 commit comments

Comments
 (0)