Skip to content

Commit 4f6a87d

Browse files
authored
Merge pull request #13 from Smartappli/dependabot/github_actions/astral-sh/setup-uv-7
Bump astral-sh/setup-uv from 6 to 7
2 parents c4af482 + 3302dd3 commit 4f6a87d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python-version: ${{ matrix.python-version }}
2525

2626
- name: Set up uv
27-
uses: astral-sh/setup-uv@v6
27+
uses: astral-sh/setup-uv@v7
2828

2929
- name: Run Django system checks
3030
run: uv run --no-project --with-requirements requirements-dev.txt python manage.py check

0 commit comments

Comments
 (0)