Skip to content

Commit

Permalink
Bump astral-sh/setup-uv from 4 to 5
Browse files Browse the repository at this point in the history
Bumps [astral-sh/setup-uv](https://github.com/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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 92cf03e commit 9206832
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.11
- uses: astral-sh/setup-uv@v4
- uses: astral-sh/setup-uv@v5
- run: uv pip install --quiet --system .[doc]
- run: stimuli sys-info --developer
- run: make -C doc html
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.11
- uses: astral-sh/setup-uv@v4
- uses: astral-sh/setup-uv@v5
- run: uv pip install --quiet --system .[build]
- run: stimuli sys-info --developer
- name: Build and publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: astral-sh/setup-uv@v4
- uses: astral-sh/setup-uv@v5
- run: uv pip install --quiet --system .[test]
- run: python -m sounddevice
- run: stimuli sys-info --developer
Expand Down

0 comments on commit 9206832

Please sign in to comment.