mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-05 04:30:16 +03:00
Remove enable-cache argument for setup-uv action
It's now the default with v5
This commit is contained in:
parent
cc4b20b30e
commit
4629c5d04a
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -25,8 +25,6 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v5
|
||||
with:
|
||||
enable-cache: "true"
|
||||
- name: Install dependencies
|
||||
run: uv sync
|
||||
- name: Run tests
|
||||
|
@ -56,8 +54,6 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v5
|
||||
with:
|
||||
enable-cache: "true"
|
||||
- name: Install dependencies
|
||||
run: uv sync
|
||||
- name: Docker ${{ matrix.script.name }}
|
||||
|
@ -103,8 +99,6 @@ jobs:
|
|||
python-version: "3.12"
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v5
|
||||
with:
|
||||
enable-cache: "true"
|
||||
- name: Install dependencies
|
||||
run: uv sync
|
||||
- uses: actions/setup-node@v4
|
||||
|
|
2
.github/workflows/dependabot-uv-lock.yml
vendored
2
.github/workflows/dependabot-uv-lock.yml
vendored
|
@ -27,8 +27,6 @@ jobs:
|
|||
if: ${{ env.GH_PAT == '' }}
|
||||
|
||||
- uses: astral-sh/setup-uv@v5
|
||||
with:
|
||||
enable-cache: true
|
||||
- run: uv lock
|
||||
- uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
|
|
2
.github/workflows/django-issue-checker.yml
vendored
2
.github/workflows/django-issue-checker.yml
vendored
|
@ -19,8 +19,6 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v5
|
||||
with:
|
||||
enable-cache: "true"
|
||||
- name: Create Django Major Issue
|
||||
run: uv run --frozen scripts/create_django_issue.py
|
||||
env:
|
||||
|
|
2
.github/workflows/update-changelog.yml
vendored
2
.github/workflows/update-changelog.yml
vendored
|
@ -17,8 +17,6 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v5
|
||||
with:
|
||||
enable-cache: "true"
|
||||
- name: Set git details
|
||||
run: |
|
||||
git config --global user.name "github-actions"
|
||||
|
|
2
.github/workflows/update-contributors.yml
vendored
2
.github/workflows/update-contributors.yml
vendored
|
@ -20,8 +20,6 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v5
|
||||
with:
|
||||
enable-cache: "true"
|
||||
- name: Update list
|
||||
run: uv run --frozen scripts/update_contributors.py
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue
Block a user