From 920683298ed7252a940169725947059f2ef1f79f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 01:28:16 +0000 Subject: [PATCH] Bump astral-sh/setup-uv from 4 to 5 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](https://github.com/astral-sh/setup-uv/compare/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] --- .github/workflows/doc.yaml | 2 +- .github/workflows/publish.yaml | 2 +- .github/workflows/pytest.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/doc.yaml b/.github/workflows/doc.yaml index fa5d24d..12be508 100644 --- a/.github/workflows/doc.yaml +++ b/.github/workflows/doc.yaml @@ -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 diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 47a2522..e92f48f 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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 diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index ccacbaa..7c29f2a 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -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