Skip to content

Commit

Permalink
MAINT: bump astral-sh/setup-uv from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 3 to 4.
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@v3...v4)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent adaa4d2 commit b93d7a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{env.PYTHON_VERSION}}
- uses: astral-sh/setup-uv@v3
- uses: astral-sh/setup-uv@v4
with:
enable-cache: true
- name: Build documentation without running notebooks
Expand All @@ -47,7 +47,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{env.PYTHON_VERSION}}
- uses: astral-sh/setup-uv@v3
- uses: astral-sh/setup-uv@v4
with:
enable-cache: true
- run: |
Expand All @@ -73,7 +73,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{env.PYTHON_VERSION}}
- uses: astral-sh/setup-uv@v3
- uses: astral-sh/setup-uv@v4
with:
enable-cache: true
- name: Check external links with Sphinx linkcheck
Expand Down

0 comments on commit b93d7a8

Please sign in to comment.