From 893e882c89880ad928af04b2cf3553aaf9c0a213 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 09:15:02 +0000 Subject: [PATCH] :arrow_up: Bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi) and [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `prefix-dev/setup-pixi` from 0.10.1 to 0.10.2 - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](https://github.com/prefix-dev/setup-pixi/compare/v0.10.1...v0.10.2) Updates `astral-sh/setup-uv` from 9.0.0 to 10.0.1 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v9.0.0...v10.0.1) --- updated-dependencies: - dependency-name: prefix-dev/setup-pixi dependency-version: 0.10.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: astral-sh/setup-uv dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/deploy-pypi.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8bd5eaf..a5f904a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v7 - name: 🟨 Set up Pixi - uses: prefix-dev/setup-pixi@v0.10.1 + uses: prefix-dev/setup-pixi@v0.10.2 with: environments: lint @@ -35,7 +35,7 @@ jobs: uses: actions/checkout@v7 - name: 🟨 Set up Pixi - uses: prefix-dev/setup-pixi@v0.10.1 + uses: prefix-dev/setup-pixi@v0.10.2 with: environments: ${{ matrix.environment }} diff --git a/.github/workflows/deploy-pypi.yml b/.github/workflows/deploy-pypi.yml index 92cd4b7..fb7ccaf 100644 --- a/.github/workflows/deploy-pypi.yml +++ b/.github/workflows/deploy-pypi.yml @@ -63,7 +63,7 @@ jobs: uses: actions/checkout@v7 - name: Install uv - uses: astral-sh/setup-uv@v9.0.0 + uses: astral-sh/setup-uv@v10.0.1 # For aarch64 support # https://cibuildwheel.pypa.io/en/stable/faq/#emulation